-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (17 loc) · 725 Bytes
/
index.html
File metadata and controls
20 lines (17 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>JavaScript Game Design Afternoon Class</title>
</head>
<body>
<h1> JavaScript Game Design Afternoon Class </h1>
<ul>
<li><a href="https://jaredbrian.github.io/DylansGame/index.html">Dylan's Game</a></li>
<li><a href="https://jaredbrian.github.io/LeosGame/index.html">Leo's Game</a></li>
<li><a href="https://jaredbrian.github.io/NoahsGame/index.html">Noah's Game</a></li>
<li><a href="https://jaredbrian.github.io/JacksonsGame/index.html">Jackson's Game</a></li>
<li><a href="https://jaredbrian.github.io/DillonsGame/game.html">Dillon's Game</a></li>
<li><a href="https://jaredbrian.github.io/JaredsGame/main.html">Jared's Game</a></li>
</ul>
</body>
</html>