-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgames.html
More file actions
33 lines (33 loc) · 1 KB
/
games.html
File metadata and controls
33 lines (33 loc) · 1 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Games - boboquack</title>
<link rel="stylesheet" type="text/css" href="sharedstyles.css">
<link rel="shortcut icon" href="Github%20Favicon.ico" type="image/x-icon">
</head>
<body>
<ul class="topbaritem">
<li><a href="/">Home</a></li>
<li class="dropdown">
<a href="games" id="topbaractive" class="dropdowntop">Games</a>
<div class="dropdowntail">
<a href="/games/puzzlescript">Puzzlescript</a>
</div>
</li>
<li class="dropdown">
<a href="maths" class="dropdowntop">Maths</a>
<div class="dropdowntail">
<a href="/maths/finitegraph">Finite Graphing</a>
<a href="/maths/combigames">Combi Game Theory</a>
</div>
</li>
</ul>
<div id="topbarspace"></div>
<h1>
Games
</h1>
<p>
The only thing currently here is <a href="/games/puzzlescript">a list of Puzzlescript games I liked</a>.
</p>
</body>
</html>