forked from GMU-CS325/cs325-game-prototypes-phaser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (30 loc) · 1.05 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Zhouxiang Cai's Website</title>
<body background="background.jpeg">
<style>
body {
font-family: "Avenir", Verdana, sans-serif;
font-size: 20px;
text-align: center
}
#readme {
margin-top: 10px;
}
</style>
</head>
<body>
<img src="freetoplay.jpg" alt="Free to Play">
<!-- <li><a style="text-align:center" href="hw1/index.html">GAME1</a></li>
<li><a href="hw2/index.html">GAME2(break)</a></li> -->
<li><a href="hw3/index.html">Invisible Tetris!</a></li>
<li><a href="hw4/index.html">Guard World Tree!</a></li>
<li><a href="hw5/index.html">Revenge of Prinee!</a></li>
<li><a href="hw6/index.html">Love Quest!</a></li>
<!-- <li><a href="hw7/index.html">Delibered or Death!</a></li> -->
<li><a href="hw8/index.html">Delievered or Death!</a></li>
<li><a href="hw9/index.html">Hunter in the night!</a></li>
</body>
</html>