-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (41 loc) · 962 Bytes
/
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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"/>
<link rel="stylesheet" href="css/style.css"/>
<title></title>
</head>
<body>
<ul class="TZ" id="a">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<div class="input" id="aa">
<input type="button" value="上" />
<input type="button" value="下" />
<input type="button" value="左" />
<input type="button" value="右" />
</div>
<ul class="TZ" id="b">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<div class="input" id="bb">
<input type="button" value="上" />
<input type="button" value="下" />
<input type="button" value="左" />
<input type="button" value="右" />
</div>
<script src="js/js.js"></script>
</body>
</html>