-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlist.html
More file actions
33 lines (30 loc) · 1.27 KB
/
list.html
File metadata and controls
33 lines (30 loc) · 1.27 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>list of pages</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<p id="list-return"><a href="index.html">return to home</a></p>
<p id="list-about"><a href="about.html">about this site</a></p>
<h3 class="list">IB</h3>
<p class="list-info">written and examined work for the International Baccalaureate Diploma Programme</p>
<div class="list-links">
<p><a href="ib/math.html">Math IA</a></p>
<p><a href="ib/physics.html">Physics IA</a></p>
<p><a href="ib/chemistry.html">Chemistry IA</a></p>
<p><a href="ib/history.html">History IA</a></p>
<p><a href="ib/exhibition.html">TOK Exhibition</a></p>
<p><a href="ib/tok.html">TOK Essay</a></p>
<p><a href="ib/ee.html">Extended Essay</a></p>
<p><a href="ib/ee-fr.html">Mémoire (EE en français)</a></p>
</div>
<h3 class="list">Polytopia stories</h3>
<p class="list-info">as submitted for judging by the Hall of Lore</p>
<div class="list-links">
<p><a href="polytopia/diplomacy.html">Pimussum’s Betrayal</a></p>
<p><a href="polytopia/games.html">On Complexity</a></p>
<p><a href="polytopia/cloak.html">The Fog of War</a></p>
</div>
</body>
</html>