-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
36 lines (32 loc) · 1.02 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
<html>
<head>
<link rel="stylesheet" href="mainstyle.css"/>
<style>
#dc{left:50px;top:100px;width:375px}
#py{left:200px;top:400px}
#tr{left:700px;top:200px}
#pv{left:600px;top:500px}
</style>
</head>
<body>
<h1>HTML Games</h1>
<div id="appbox">
<div class="appdesc" id="dc">
<a href="DogJump/siraJump.html"><h2>Jumping Dog</h2></a>
<img src="sirashot.png"></img>
<p>You jump the dog between the buildings. It's not very realistic, and the jumps are randomized and cannot always be completed.</p>
</div>
<div class="appdesc" id="py">
<a href="VectorFlow/VectorFlow.html"><h2>Vector Flow</h2></a>
<img src="vectorshot.png"></img>
<p>You have to maneuver the blue circle through the vector fields to reach the exit as quickly as
possible. Most of the levels are way too easy, a couple aren't<p>
</div>
<div class="appdesc" id="tr">
<a href="DodgeScript/dodgeScript.html"><h2>Square Avoidance</h2></a>
<img src="dodgeshot.png"></img>
<p>You have to avoid the blue squares, which increase in number with time.</p>
</div>
</div>
</body>
</html>