-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
51 lines (49 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
45
46
47
48
49
50
51
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Web Apps</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="./favicon.png"/>
<link rel="shortcut icon" type="image/png" href="./favicon.png"/>
<link rel="apple-touch-icon" type="image/png" href="./favicon.png"/>
<link href='https://fonts.googleapis.com/css?family=Raleway:400,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<p>Jay Chen / WebApps</p>
<div class="container">
<div class="row">
<div class="item">
<a href="./ColorGame/index.html">
<img src="./ColorGame/favicon.png"/>
</a>
</div>
<div class="item">
<a href="./MemoryGame/index.html">
<img src="./MemoryGame/favicon.png"/>
</a>
</div>
<div class="item">
<a href="./IdiotDrum/index.html">
<img src="./IdiotDrum/favicon.png"/>
</a>
</div>
</div>
<div class="row">
<div class="row">
<div class="item">
<a href="./FlappyBird/index.html">
<img src="./FlappyBird/favicon.png">
</a>
</div>
<div class="item">
</div>
<div class="item">
</div>
</div>
<div class="row">
</div>
</body>
</html>