-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
114 lines (105 loc) · 3.84 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html>
<head>
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<title>World of 1668</title>
<link rel="stylesheet" type="text/css" href="start.css"/>
</head>
<body>
<h1>The World of 1668</h1>
<img src="TerraNova.jpg" alt="Wold Map" height="700">
<p>
We got pirates, we got cults, we got pirate cults and aliens.
There's a wacky new continent to explore and an old continent with politics and shit.
There's swords, magic and muskets, but fantasy beings are quite rare (in the explored bits of the world) and everyone plays a human.</p>
<h2>
Geography:
</h2>
<h3>
<a href="terranova.html">Terra Nova</a>
</h3>
<ul>
<li><a href="portredolent.html">Port Redolent</a></li>
<li><a href="kinghakonstown.html">King Hakon's Town</a></li>
<li><a href="tartaruspeak.html">Tartarus Peak</a></li>
<li><a href="fortcordoba.html">Fort Cordoba</a></li>
<li><a href="hopesend.html">Hopesend</a></li>
</ul>
<h3>
<a href="islands.html">Islands</a>
</h3>
<ul>
<li><a href="tenpasttenisland.html">Ten-Past-Ten Island</a></li>
<li><a href="noonislands.html">The Noon Islands</a></li>
<li><a href="midnightisle.html">The Midnight Isle</a></li>
<li><a href="pearlsofmagdalena.html">Pearls of Magdalena</a></li>
</ul>
<h3>
<a href="oldworld.html">The Old World</a>
</h3>
<ul>
<li><a href="oldsirkassia.html">Old Sirkassia</a></li>
<li><a href="beladonianconfederation.html">The Beladonian Confederation</a></li>
<li><a href="empireofthegurdge.html">Empire of the Gurdge</a></li>
</ul>
<h3>
<a href=majorbodies.html>Major Bodies of Water</a>
</h3>
<ul>
<li><a href="widdershinssea.html">The Widdershins Sea</a></li>
<li><a href="laketulforous.html">Lake Tulforous</a></li>
<li><a href="mellowriver.html">The Mellow River</a></li>
<li><a href="graybay.html">Gray Bay</a></li>
<li><a href="bloodrun.html">Blood Run</a></li>
</ul>
<h3>
<a href="extradimensionalplanes.html">Extradimensional Planes</a>
</h3>
<ul>
<li><a href="mirrorworld.html">The Mirror World</a></li>
<li><a href="voidbetweenthestars.html">The Void Between the Stars</a></li>
<li><a href="pitofhades.html">The Pit of Hades</a></li>
<li><a href="landsofthedemiurge.html">The Lands of the Demiurge</a></li>
<li><a href="clockbeyondtime.html">The Clock Beyond Time</a></li>
</ul>
<h2>
Organizations:
</h2>
<h3>
Political Organizations
</h3>
<ul>
<li>The Noonday Company</li>
<li>The Clock Makers</li>
<li>The Lachrymose Masks</li>
<li>The Free Beladonian Army</li>
</ul>
<h3>
Crime Syndicates
</h3>
<ul>
<li>The House</li>
<li>The Seven Rivers Gang</li>
<li>The Midnight Navy</li>
</ul>
<h3>
Publicly Accepted Religions
</h3>
<ul>
<li>Hastur the Cloud Shepherd</li>
<li>Mother Magdalena</li>
<li>The Gray Path</li>
<li>The Golden Locust</li>
<li>Evening Glory</li>
</ul>
<h3>
Religions that get Persecuted
</h3>
<ul>
<li>The Emperor of the Void</li>
<li>Horned Mammon</li>
<li>Our Lady of Decay</li>
<li>The God that Crawls</li>
</ul>
</body>
</html>