-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcave.html
More file actions
executable file
·51 lines (51 loc) · 2.79 KB
/
cave.html
File metadata and controls
executable file
·51 lines (51 loc) · 2.79 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
48
49
50
51
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Caves of Cron</title>
<meta name="description" content="Caves 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">Caves of Cron</h2>
<ul class="maplist">
<li><a href="caves/Coraks_cave.html"><img alt="" src="caves/Coraks_cave.png"></a><br/>
<a href="caves/Coraks_cave.html">Corak's cave</a></li>
<li><a href="caves/Sarakins_mine.html"><img alt="" src="caves/Sarakins_mine.png"></a><br/>
<a href="caves/Sarakins_mine.html">Sarakin's mine</a></li>
<li><a href="caves/Gemmakers_cave.html"><img alt="" src="caves/Gemmakers_cave.png"></a><br/>
<a href="caves/Gemmakers_cave.html">Gemmaker's cave</a></li>
<li><a href="caves/Dawns_cavern.html"><img alt="" src="caves/Dawns_cavern.png"></a><br/>
<a href="caves/Dawns_cavern.html">Dawn's Cavern</a></li>
<li><a href="caves/Dragons_dominion.html"><img alt="" src="caves/Dragons_dominion.png"></a><br/>
<a href="caves/Dragons_dominion.html">Dragons Dominion</a></li>
<li><a href="caves/Square_lake.html"><img alt="" src="caves/Square_lake.png"></a><br/>
<a href="caves/Square_lake.html">Square Lake</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>