-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplane.html
More file actions
executable file
·47 lines (47 loc) · 2.35 KB
/
plane.html
File metadata and controls
executable file
·47 lines (47 loc) · 2.35 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Elemental Planes of Cron</title>
<meta name="description" content="Elemental planes of Cron"/>
<link rel="stylesheet" type="text/css" href="styles.css" media="all" />
</head>
<body>
<div id="container">
<div id="navlinks">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="cron.html">Map of Cron</a>
<li><a href="town.html">Towns of Cron</a></li>
<li><a href="castle.html">Castles of Cron</a></li>
<li><a href="cave.html">Caves of Cron</a></li>
<li><a href="plane.html">Planes of Cron</a></li>
</ul>
</div>
<div id="content">
<div class="area">
<h2 class="heading">Elemental planes of Cron</h2>
<ul class="maplist">
<li><a href="planes/air.html"><img alt="" src="planes/air.png"></a><br/>
<a href="planes/air.html">Plane of Air</a></li>
<li><a href="planes/fire.html"><img alt="" src="planes/fire.png"></a><br/>
<a href="planes/fire.html">Plane of Fire</a></li>
<li><a href="planes/water.html"><img alt="" src="planes/water.png"></a><br/>
<a href="planes/water.html">Plane of Water</a></li>
<li><a href="planes/earth.html"><img alt="" src="planes/earth.png"></a><br/>
<a href="planes/earth.html">Plane of Earth</a></li>
</ul>
</div>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try{
var pageTracker = _gat._getTracker("UA-9263410-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>