-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (31 loc) · 868 Bytes
/
Copy pathindex.html
File metadata and controls
32 lines (31 loc) · 868 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
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>super_snak</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1>开发中 好烦</h1>
<canvas style="background-color: turquoise;" id="super_snak_81594" width="600" height="600"></canvas>
<div id="score">
<div>apple => </div>
<div id="num"> 0</div>
</div>
<div id="contro">
<div id="start">go</div>
<div class="box">
<div id="up" class="up arrow">上</div>
</div>
<div class="left-right box">
<div id="left" class="left-right arrow">左</div>
<div id="right" class="left-right arrow">右</div>
</div>
<div class="box">
<div id="down" class="down arrow">下</div>
</div>
</div>
<script src="./index.js"></script>
</body>
</html>