-
Notifications
You must be signed in to change notification settings - Fork 0
/
intro-chapter-2.html
20 lines (20 loc) · 990 Bytes
/
intro-chapter-2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1.0">
<title>Flee The Village!</title>
<link href="favicon.ico" rel="icon">
<link href="css/animate.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Oswald|Staatliches" rel="stylesheet">
<link href="css/game.css" rel="stylesheet">
</head>
<body>
<center>
<h1>Whew, that was close!</h1>
<p align="justify">The KMT massacred your entire village. Your relatives have all been killed! You need to get to Luoyang to get help from the Eigth Route Army, in order to get some vengeance.</p>
<p align="justify">You will need to run across a major river, or you can just click a certain button to progress.</p>
<p><a href="chapter-2.html">Begin fording the river »</a></p>
</center>
</body>
</html>