-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChapter1a.html
More file actions
50 lines (50 loc) · 2.15 KB
/
Copy pathChapter1a.html
File metadata and controls
50 lines (50 loc) · 2.15 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
<html>
<head>
<link rel="stylesheet" type="text/css" href="common.css">
</head>
<body>
<div>
<table><tr><td class="story">
<h1>
A Village in Turmoil<br>
<img src="blood.png" class="center" width="600" height="50">
</h1>
<marquee behavior="scroll" direction="up" scrolldelay="150" scrollamount="3">
<p>
<img align="right" width="200" src="villagefire.png">
In the wee hours of the morning your village was attacked.
The king's troops ransacked everything, taking the fathers
from the homes, and slaughtering them in the street. Barricaded
with your mother in a stone cellar you remained hidden.
</p>
<p>
<img align="left" width="200" src="villagedawn.jpg">
In the grey light of dawn, the village is left a smokey husk.
Weeping is over and the people walk from place to place in a
pale of silence. Working with the few able bodies left by
the soldiers, you gather your kin and send them down the road to safety.
One of the village elders ask you and your sibling to remain.
</p>
<p class="dialog">
<img align="right" width="100" src="elder.png">
This has to stop. Not another village. Not another family.
I am too old now, but I still remember when the good king ruled.
</p>
<p class="dialog">
I cannot go to fight the Dark Prince, but perhaps I can prepare you.
Before you leave, I will tell you all you need to defeat Him.
</p>
<p class="dialog">
I have something for each of you, saved from my days as a soldier.
These are weapons of the light, not the dark. You may use them to
strike a blow against the Dark Prince, his soldiers, and the Tower.
</p>
</marquee>
</td><td class="scene">
<img src="m01.png">
</td></tr>
</table>
<a class="center" href="Chapter1b.html"><img src="nextButton.png" width="200"></a>
</div>
</body>
</html>