-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
47 lines (43 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="darkreader-lock">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Techmino Hub - 404</title>
<link rel="stylesheet" href="/css/style.css">
<noscript>
<link rel="stylesheet" href="/css/style-no-js.css">
</noscript>
</head>
<body>
<script src="/js/redirect.js"></script>
<canvas id="bg"></canvas>
<div class="inner">
<header>
<h1>
<a href="/?noredirect">Techmino Hub</a>
</h1>
<div class="bg-toggle">
<input type="checkbox" id="bg-toggle" checked>
<label for="bg-toggle">Display background</label>
</div>
</header>
<nav class="navbar">
<a class="navlink" href="/faq.html?noredirect">FAQ</a> |
<a class="navlink" href="/map.html?noredirect">Map</a> |
<a class="navlink" href="https://discord.gg/f9pUvkh">Discord</a>
</nav>
<section class="content">
<h1 class="center-text">404 - Page not found</h1>
<p>
The page you are looking for doesn't exist.
Please remember that this project is still in early development;
you may have stumbled onto an incomplete feature/webpage.
</p>
<a href="/">Return to home page</a>
</section>
</div>
<script src="/js/background.js"></script>
</body>
</html>