blob: 1db3b5ebcc79e992815ca3857a12a7efe1b27787 (
plain)
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
|
<html>
<link rel="stylesheet" type="text/css" href="style.css">
<head>
<h1>Winter Survival 2 <img src="./icon_snowflake.png"> Anarchy</h1>
<id><img src="./icon.png" style="width:256;"></id>
</head>
<id><hr></id>
<div>
<a href="./servers.html">servers</a>
</div>
<div>
<a href="./recipes.html">recipes</a>
</div>
<div>
<a style="text-decoration:line-through" href="./npcs.html">npcs</a>
</div>
<div>
<a href="./index.html">home</a>
</div>
<div>
<a href="./rules.html">rules</a>
</div>
<div>
<a style="text-decoration:line-through" href="./quickstart.html">quickstart</a>
</div>
<id><hr></id>
<id><img style="width:32px" src="icon_home.png"><br/></id>
<body>
<p>
Welcome to Alec's Otherwise, 24/7 Winter Survival
We are playing a modified version of The Maw's winter survival on ws_abandon_night
</p>
</body>
<id><hr><br/></id>
<footer>
<id>
Page last modified on 12/19/15 - Contact the admin at <a href="mailto:admin@cogarr.org">admin@cogarr.org</a>
</id>
</footer>
</html>
|