-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (37 loc) · 1.77 KB
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Snake</title>
<link href="src/favicon.ico" rel="icon">
<link href="style.css" rel="stylesheet">
<script src="script.js" defer></script>
</head>
<body>
<div class="border">
<img src="src/title.png" alt="Title" id="logo">
<div class="button" id="start-btn">Start</div>
<div class="button" id="setting-btn">Setting</div>
<canvas width="1498" height="743"></canvas>
<span id="count"></span>
</div>
<div id="score"></div>
<div id="setting" class="up">
<span id="setting-title">Choose your head😁<br></span>
<svg onselectstart="return false;" ondragstart="return false;" t="1721959141048" class="left-btn" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"
p-id="7067" width="200" height="200">
<path
d="M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8c-16.4 12.8-16.4 37.5 0 50.3l450.8 352.1c5.3 4.1 12.9 0.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z"
p-id="7068"></path>
</svg>
<img class="img">
<svg onselectstart="return false;" ondragstart="return false;" t="1721959159831" class="right-btn" viewBox="0 0 1024 1024" version="1.1"
xmlns="http://www.w3.org/2000/svg" p-id="8029" width="200" height="200">
<path
d="M300.992 896q15.008 0 27.008-10.016L752 544.992q16-12.992 16-34.016t-16-34.016L329.984 137.952q-14.016-11.008-32-8.992t-29.504 16-9.504 32 16 28.992l380 304.992L272.96 817.952q-14.016 11.008-16 28.992t8.992 32q14.016 16.992 35.008 16.992z"
p-id="8030"></path>
</svg>
<div id="confirm-btn">Confirm</div>
</div>
</body>
</html>