-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (37 loc) · 1.11 KB
/
index.html
File metadata and controls
42 lines (37 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Snake Game</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Snake Game</h1>
<h2><u>Who Contribute?</u></h2>
<table >
<tr>
<td>20176133</td>
<td><a href="https://github.com/chanyoung1998" style="color:purple">Chan Young</a></td>
</tr>
<tr>
<td>20183037</td>
<td><a href="https://github.com/iimpala" style="color:purple">Dong Hyun</a></td>
</tr>
<tr>
<td>20194855</td>
<td><a href="https://github.com/jjiione" style="color:purple">Ji Won</a></td>
</tr>
</table>
<h2><u>How to Play?</u></h2>
<p>
Let's make <img src="./img/head_left1.png" width="25" height="25" > get <img src="./img/grade.png" width="25" height="25" >
</p>
<p>
Use ⇦ ⇧ ⇨ ⇩
</p>
<h2><u>How to Install?</u></h2>
<p >
<a href="./dist/SnakeGame.zip" download="SnakeGame" style="color:blue">Just Click Here!</a>
</p>
</body>
</html>