-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (24 loc) · 716 Bytes
/
index.html
File metadata and controls
26 lines (24 loc) · 716 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>classic watch</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="app">
<h1>classic watch</h1>
<div class="c-wrapper">
<div class="c-band"></div>
<div class="c-body">
<div class="c-numbers"></div>
<div class="c-hours"></div>
<div class="c-min"></div>
<div class="c-second"></div>
<div class="c-dot"></div>
</div>
</div>
<a class="github" href="https://github.com/kiumad/clock_m" target="_blank">Github Repository</a>
</div>
<script src="app.js"></script>
</body>
</html>