-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 788 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (19 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Chair of Republic Countdown</title>
<link rel="icon" href="IKEA-Chair.png">
<link rel="stylesheet" href="style.css">
<script src="script.js" defer></script>
<script src="music.js" defer></script>
</head>
<body>
<h1>Chair of Republic Third Anniversary Countdown</h1><br />
<p id="countdown" class="box">Countdown Loading...</p>
<p id="message"></p>
<div style="position:fixed;bottom:20px;right:20px;"><button id="music" onclick="music()"></button></div>
<!-- Description at bottom -->
<div style="position:fixed;bottom:20px;left:20px;"><a href="https://github.com/ajsya/CoR-Countdown">View on Github</a></div>
</body>
</html>