-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeneric.html
70 lines (64 loc) · 2.72 KB
/
generic.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
<!DOCTYPE HTML>
<!--
Spatial by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>NeverScroll: Story</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<body>
<!-- Header -->
<header id="header">
<h1><strong><a href="index.html">NeverScroll</a></strong> by EssenceCraft</h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="generic.html">Story</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<section id="main" class="wrapper">
<div class="container">
<header class="major special">
<h2>The Magistrate's Daughter</h2>
<p>A NeverScroll Game</p>
</header>
<span class="image fit"><img src="images/pic01.jpg" alt="battle image" /></span>
<p>
Once the bright point of civilization on Narse, Ancient Kharanthool has long since fallen from glory. Countless ages have past, the monuments of a once great people reduced to rubble and folk tale. Bards still sing the ancient songs, the origins lost to time. The common people occasionally look towards the mountains, as if some silent force beckoned them closer. </p>
<p>
The once mighty Empire of Kharanthool was fragmented; a series of Kingdoms, Baronies and city states now dominate the lands. War and strife are common as petty nobles fight for power and dominance. Hordes of monstrous races live in the darker places, attacking the peaceful people without warning. </p>
<p>
Still not all is lost, the ancient blood of Kharanthool still courses through the veins of some. The magic of that time will soon come to be seen on Narse again. </p>
<p>
The Spinner of Webs is ever watching as she spins her intricate weave of fate. Within the town of Caindel events are transpiring. Though humble in origin they may have consequences far reaching.</p>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="copyright">
<li>© EssenceCraft</li>
<li>NeverScroll</li>
<li><a href="http://www.templated.co">Templated</a></li>
</ul>
</div>
</footer>
</body>
</html>