-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnti.html
36 lines (34 loc) · 1.77 KB
/
nti.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
<!DOCTYPE html>
<html>
<head>
<title>NTI counter.</title>
<link rel="stylesheet" href="static/nti/styles/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<meta content="NTI counter." property="og:title" />
<meta content="The NTI Countdown." property="og:description" />
<meta content="redd-rl.github.io/nti" property="og:url" />
<meta content="https://cdn.discordapp.com/attachments/382404542245109772/1135830650331594792/favicon-dark.png" property="og:image" />
<meta content="#666666" data-react-helmet="true" name="theme-color" />
<link href="https://fonts.googleapis.com/css?family=Lexend" rel="stylesheet">
<link href="favicon-light.png" rel="icon" media="(prefers-color-scheme: light)"/>
<link href="favicon-dark.png" rel="icon" media="(prefers-color-scheme: dark)"/>
</head>
</div>
<div id="wholeThing" onmouseover="playMusic()">
<body>
<canvas id="canvas"> </canvas>
<!-- Display the countdown timer in an element -->
<p id="demo"></p>
<script src="static/nti/scripts/conditional.js"> </script>
<script src="static/nti/scripts/timer.js"> </script>
<audio autoplay loop id="bgmusic">
<source src="https://cdn.discordapp.com/attachments/382404542245109772/1057180414139179018/yt1s.com_-_Hyper_Spoiler.mp3" type="audio/mp3">
Your browser does not support the audio element.
</audio>
<script src="static/nti/scripts/music.js"></script>
<div id="shadowBox">
<h1 class="rainbow_text_animated" id="demo">Loading...</h1>
</div>
</body>
</div>
</html>