-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclock.html
More file actions
48 lines (34 loc) · 1.19 KB
/
Copy pathclock.html
File metadata and controls
48 lines (34 loc) · 1.19 KB
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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<link rel="icon" href="icon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>Time&Chess</title>
<link rel="stylesheet" href="style.css">
<!--<embed src="一腔诗意喂了狗.mp3" width="0" height="0" allowNetworking="all"></embed>
-->
</audio>
</head>
<body>
<!--<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=1321385758&auto=1&height=66"></iframe>
-->
<div class="clock-container">
<div class="clock-digital">
<div class="date"></div>
<div class="time"></div>
<div class="day"> </div>
</div>
<div class="clock-analog">
<div class="spear"></div>
<div class="hour"></div>
<div class="minute"></div>
<div class="second"></div>
<div class="dail"></div>
</div>
</div>
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=680 height=700 src="chess/index.html"></iframe>
<script src='jquery.min.js'></script>
<script src="index.js"></script>
</body>
</html>