forked from Freakybob-Team/Freakybob.site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
countdown.html
27 lines (27 loc) · 1.13 KB
/
countdown.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
<!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="description" content="The countdown...">
<title>Countdown</title>
<link rel="stylesheet" href="css/countdown.css">
</head>
<body>
<div id="countdown">
<p id="time"></p>
<h1>Countdown for when freakybob.site will become 1 years old!</h1>
</div>
<div class="button-container">
<a href="https://freakybob-team.github.io/Freakybob.siteSL/">
<button>Go back to Main Website :3</button>
</a>
</div>
<audio>
<source src="audio/EEK!.ogg" type="audio/ogg" autoplay loop>
</audio>
<script src="js/countdown.js"></script>
<!-- <div class="tenor-gif-embed" data-postid="12366334" data-share-method="host" data-aspect-ratio="1.78" data-width="100%"><a href="https://tenor.com/view/majoras-mask-intro-gif-12366334">Majoras Mask GIF</a>from <a href="https://tenor.com/search/majoras-gifs">Majoras GIFs</a></div> <script type="text/javascript" async src="https://tenor.com/embed.js"></script>-->
<!-- uncomment the line above on the final day-->
</body>
</html>