-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 813 Bytes
/
Copy pathindex.html
File metadata and controls
23 lines (23 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>Zuzakistan Time</title>
<link href='//fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="/clock.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript" src="/clock.js"></script>
<meta name="viewport" content="width=550px">
</head>
<body>
<div class="clocks">
<!--<div class="clock-box">
<div class="clock">
<div class="clock-rot hours"><div class="clock-hand hours"></div></div>
<div class="clock-rot minutes"><div class="clock-hand minutes"></div></div>
<div class="clock-rot seconds"><div class="clock-hand seconds"></div></div>
</div>
<div class="clock-label">DPT</div>
</div>-->
</div>
</body>
</html>