-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtimer.html
More file actions
31 lines (31 loc) · 977 Bytes
/
timer.html
File metadata and controls
31 lines (31 loc) · 977 Bytes
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="timer.css">
<title></title>
</head>
<body>
<h1 class="sign-wrap-3"> <span class="sign_word">FNaF:SB release day</span></h1>
<div id="countdown" class="countdown">
<div class="countdown-number" id = "rock">
<span class="days countdown-time"></span>
<span class="countdown-text">Days</span>
</div>
<div class="countdown-number" id="eat">
<span class="hours countdown-time"></span>
<span class="countdown-text">Hours</span>
</div>
<div class="countdown-number" id="party">
<span class="minutes countdown-time"></span>
<span class="countdown-text">Minutes</span>
</div>
<div class="countdown-number" id="play">
<span class="seconds countdown-time"></span>
<span class="countdown-text">Seconds</span>
</div>
</div>
</body>
<script src="timer.js"></script>
</html>
<!--hi--!>