-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (42 loc) · 1.39 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
41
42
43
44
<!DOCTYPE html>
<html lang="EN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
<title>games</title>
<link rel="icon" href="./images/icon.svg">
<meta name=description content="games repository">
<link rel="stylesheet" href="./index.css">
</head>
<body>
<header><a href="https://github.com/AntVil/games">games</a></header>
<main>
<a href="./color-maze/index.html">
<span>color-maze</span>
<img src="" />
</a>
<a href="./fill/index.html">
<span>fill</span>
<img src="" />
</a>
<a href="./flip/index.html">
<span>flip</span>
<img src="" />
</a>
<a href="./hit/index.html">
<span>hit</span>
<img src="" />
</a>
<a href="./shield/index.html">
<span>shield</span>
<img src="" />
</a>
<a href="./tower-descent/index.html">
<span>tower-descent</span>
<img src="" />
</a>
</main>
<footer><a href="https://github.com/AntVil">created by AntVil</a></footer>
</body>
</html>