-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
26 lines (26 loc) · 1.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Metatags -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Css -->
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" href="./assets/css/index.css">
<!-- Title -->
<title>Your best clock and timer</title>
</head>
<body onload="hour_24=false;start_time()">
<div class="buttons">
<a class="button" href="./12-hour-clock.html">12 Hour Clock</a>
<a class="button" href="./24-hour-clock.html">24 Hour Clock</a>
<a class="button" href="./timer.html">Timer</a>
<p class="hint">Hint: Press F11 for fullscreen clock!</p>
<p class="hint">Follow me on github <a href="https://github.com/motahharm">Motahhar Mokfi</a></p>
</div>
<a href="https://github.com/motahharm/online_timer" id="github">
<img src="https://cdn-icons-png.flaticon.com/512/25/25231.png" alt="github">
</a>
</body>
</html>