-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChapter1.html
More file actions
59 lines (58 loc) · 2 KB
/
Copy pathChapter1.html
File metadata and controls
59 lines (58 loc) · 2 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
52
53
54
55
56
57
58
59
<html>
<head>
<link rel="stylesheet" type="text/css" href="common.css">
</head>
<body>
<audio autoplay>
<source src="intromusic.mp3" type="audio/mpeg">
</audio>
<div>
<table><tr><td class="story">
<h1>
The Adventure Begins!<br>
<img src="blood.png" class="center" width="600" height="50">
</h1>
<marquee behavior="scroll" direction="up" scrolldelay="150" scrollamount="3">
<p>
Once this kingdom was a peaceful place,<br><br>
but when the good king aged<br><br>
he chose one of his two sons<br><br>
to inherit the throne.
</p>
<br>
<p>
<img align="right" width="150" src="king.png">
The younger son was bitter<br><br>
locking himself away in the Dark Tower.<br><br>
There he worked his magyks<br><br>
to bring about the downfall of the kingdom.
</p>
<br>
<p>
He opened a portal to another realm<br><br>
where he could rule all.<br><br>
The kingdom was transported to this place<br><br>
full of thorns and thistles...<br><br>
...And always, always the Dark Tower.
</p>
<br>
<p>
<img align="left" width="150" src="fight1.png">
Now men fight each other face to face,<br><br>
and only the strong survive.<br><br>
<img align="left" width="200" src="fight2.png">
Nestled in the shadow of the great mountains<br><br>
Your village has remained unnoticed.
</p>
<br><br>
<p>Until now....</p>
<br><br><br><br>
</marquee>
</td><td class="scene">
<img class="fade-in" src="m01.png">
</td></tr>
</table>
<a class="center" href="Chapter1a.html"><img src="nextButton.png" width="200"></a>
</div>
</body>
</html>