-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
26 lines (24 loc) · 1.11 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="https://i.imgur.com/sC88LlH.png" />
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="redirections.js"></script>
<script type="text/javascript" src="main.js"></script>
</head>
<body>
<div id="modules" class="hidden">
<input type="search" id="moduleSearch">
<div id="moduleList"></div>
</div>
<div id="moduleInfo" class="hidden">
<img id="moduleIcon" src="https://i.imgur.com/M22ygpZ.png" />
<span id="moduleName" class="big yellow"></span><br>
<span id="moduleOwner" class="small">Owned by <span id="owner"></span></span><br><br>
<span id="cooldownText" class="hidden medium green">You will be redirected in <span id="cooldown">8</span> seconds.</span>
<button id="redirectButton" class="hidden btn">Donate!</button>
</div>
<span id="footer">Powered by the <a href="https://atelier801.com/topic?f=5&t=691642&p=40#m788" target="_blank"><span class="turquoise">Module Team</span></a>.</span>
</body>
</html>