-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
70 lines (69 loc) · 3.47 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<title>A Digital Project</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="A Digital Project, ADP">
<meta name="description" content="A Digital Project website.">
<meta name="author" content="A Digital Project">
<noscript>The page might not work as intended if scripting is disabled!</noscript>
<link rel="icon" href="/dist/imgs/logos/adp-ws-logo.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="/css/adproject.min.css">
</head>
<body>
<nav id="top" class="container-fluid navbar navbar-expand-lg navbar-light bg-light">
<span class="navbar-brand beleren">ADP</span>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar">
<ul class="navbar-nav">
<li class="nav-item">
<a href="/" class="nav-link" aria-current="page">Home</a>
</li>
<li class="nav-item dropdown btn-group">
<a id="projectsDropdown" href="/#projects" class="nav-link">Projects</a>
<a href="#" class="nav-link dropdown-toggle dropdown-toggle-split" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<span class="visually-hidden">Toggle projects dropdown</span>
</a>
<ul class="dropdown-menu" aria-labelledby="projectsDropdown">
<li><a href="/launcher" class="dropdown-item">Touhou Launcher</a></li>
</ul>
</li>
<li class="nav-item">
<a href="/#about" class="nav-link">About Us</a>
</li>
</ul>
</div>
</nav>
<section>
<h1>This probably isn't the gap you are searching for.</h1>
<h2>Try reading the <a href="/sitemap.xml">Bunbunmaru newspaper</a>, may be you'll find your gap on the front page. If it was our fault, then contact us!</h2>
</section>
<footer class="bg-black">
<img src="/dist/imgs/adp-letters.png" alt="A Digital Project">
<h1 class="beleren">A Digital Project</h1>
<div class="social">
<a href="https://twitter.com/ADProjectTeam">
<img src="/dist/imgs/icons/tw-icon-white.png" class="w-100" alt="Twitter">
</a>
<a href="https://discord.gg/Mwnev4J">
<img src="/dist/imgs/icons/discord-icon-white.png" class="w-100 p-1" alt="Discord">
</a>
<!-- <a href="https://gamejolt.com/@ADigitalProject">
<img src="/dist/imgs/icons/gj-icon-white.png" alt="Game Jolt">
</a> -->
<a href="https://www.youtube.com/channel/UCbxYBhmsFPW5lqx1PL6diFA">
<img src="/dist/imgs/icons/yt-icon-white.png" class="w-100" alt="YouTube">
</a>
</div>
<a href="mailto:[email protected]" class="contact">[email protected]</a>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script src="/js/adproject.min.js"></script>
</body>
</html>