-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (33 loc) · 930 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" name="viewport" content="width=device-width">
<title>Choose Your Amusement</title>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<div class="center">
<p class="headline">Choose Your Amusement</p>
</div>
<div class="container">
<div class="center">
<p>Shit Show</p>
<a class="choice" href="Shit-Show/shit-show.html">
<img src="shitshow-preview.png" />
</a>
</div>
<div class="center">
<p>Tic Tac Toe</p>
<a class="choice" href="Tic-Tac_Toe/tic-tac-toe.html">
<img src="tictactoe-preview.png" />
</a>
</div>
<div class="center">
<p>Geography</p>
<p>Link to the geography app on Heroku has been removed after deprecation. Maybe someday I will have time to fix.</p>
<img src="geography-preview.png" />
</a>
</div>
</div>
</body>
</html>