-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
62 lines (50 loc) · 1.58 KB
/
index.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en" >
<head>
<meta name="google-site-verification" content="11aXOnWkQiXnk-dqgZk7Ij6MzMAsxEB-jVeElVKfFOs" />
<meta charset="UTF-8">
<title>Live time</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<section>
<div class="container">
<div class="icons">
<i class="fas fa-moon"></i>
<i class="fas fa-sun"></i>
</div>
<div class="time">
<div class="time-colon">
<div class="time-text">
<span class="num hour_num">now</span>
<span class="text">Hours</span>
</div>
<span class="colon">:</span>
</div>
<div class="time-colon">
<div class="time-text">
<span class="num min_num">time</span>
<span class="text">Minutes</span>
</div>
<span class="colon">:</span>
</div>
<div class="time-colon">
<div class="time-text">
<span class="num sec_num">.cf</span>
<span class="text">Seconds</span>
</div>
<span class="am_pm">AM</span>
</div>
</div>
</div>
</section>
<div class="music-button"> <a href="music.html" class="rounded-pill">Chill 🎵</a> </div>
<div class="c1-button">
<div>Contact - <a href="mailto:help@nowtime.cf" target="_blank">help@nowtime.cf</a></div>
</div>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>