-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstruction.html
37 lines (37 loc) · 1.39 KB
/
instruction.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<div class="menu">
<div class="instruct">
<div class="icon">
<p class="int"><img src="img/icon/A.png" width="40px" height="40px"> - run in left</p>
</div>
<div class="icon">
<p class="int"><img src="img/icon/D.png" width="40px" height="40px"> - run in Right</p>
</div>
<div
class="icon">
<p class="int"><img src="img/icon/W.png" width="40px" height="40px"> - Sword strike</p>
</div>
<div class="icon">
<p class="int"><img src="img/icon/F.png" width="40px" height="40px"> - Throwing weapons</p>
</div>
<div class="icon">
<p class="int"><img src="img/icon/S.png" width="40px" height="40px"> - Shield</p>
</div>
<div class="icon">
<p class="int"><img src="img/icon/E.png" width="40px" height="40px"> - Laser attack</p>
</div>
<div class="back">
<button onclick="document.location='index.html'">Back</button>
</div>
</div>
</div>
</body>
</html>