-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (58 loc) · 2.48 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="darkreader-lock">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Techmino Hub - Home</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">Welcome to Techmino's unofficial website!</h1>
<p>
Originally created by NOT_A_ROBOT, this website aims to provide an
interactive version of the Discord FAQ, as well as a map of the
gamemodes available in the game.
<br>
Check out <a href="https://discord.gg/f9pUvkh">Techmino's official Discord server</a>!
It's a great place to hang out and play with other players.
We even have guides for techniques, articles, and some fun
custom maps!
<br> <br> <br>
<h2 class="center-text">
Website migration starting soon!
</h2>
We have finally finished feature parity on the new version of Techmino Hub. <br>
You can visit it <a href="https://techmino-hub.vercel.app">here</a>! <br>
In a few days, we plan on automatically redirecting visitors to the new version. <br>
If you still want to stay on this site after that for whatever reason, simply put "?noredirect" at the end of the URL!
<br>
<br>
Have any questions? Feel free to ask in the <a href="https://discord.gg/f9pUvkh">Discord server</a>!
</p>
</section>
</div>
<script src="/js/background.js"></script>
</body>
</html>