-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy paththe_collective.html
36 lines (35 loc) · 1.86 KB
/
the_collective.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>
<!-- aHR0cHM6Ly9pbWd1ci5jb20vYS9oeWhVeTh0 -->
<title>The Collective....</title>
<link rel="stylesheet" href="static/thecollective/styles/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<meta content="The Collective" property="og:title" />
<meta content="The Collective" property="og:description" />
<meta content="redd-rl.github.io/countdown" 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="thecollective.png" rel="icon" media="(prefers-color-scheme: light)"/>
<link href="thecollective.png" rel="icon" media="(prefers-color-scheme: dark)"/>
</head>
</div>
<div onmouseover="playMusic()">
<body>
<canvas id="canvas"> </canvas>
<!-- Display the countdown timer in an element -->
<p id="demo"></p>
<script src="static/thecollective/scripts/conditional.js"> </script>
<script src="static/thecollective/scripts/timer.js"> </script>
<audio autoplay loop id="bgmusic">
<source src="https://cdn.discordapp.com/attachments/1223025197897220236/1223476452738203722/youtube_An0vmCaSZqo_audio.mp3" type="audio/mp3">
Your browser does not support the audio element.
</audio>
<script src="static/thecollective/scripts/music.js"></script>
<div id="shadowBox">
<h1 class="rainbow_text_animated" id="demo">Loading...</h1>
</div>
</body>
</div>
</html>