forked from KhalidAgha-2000/InteractiveStory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (38 loc) · 1.3 KB
/
index.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
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>The beginning</title>
</head>
<body>
<div class="container">
<h1>It was packaged</h1>
<div class="text">
To be shipped out of town where it will be destroyed.
</div>
<div class="img">
<img src="img/truck3.jpg" alt="truck" />
</div>
<h1 class="h1-2">The switchback road caused K.2.1.1 to be activated.</h1>
<div class="img">
<img src="img/burn.png" alt="b/d" />
</div>
<div class="text">
When he got out of the box the screen on his box read "burn/destroy".
After he got out of the box he jumped into the forest near the road.
</div>
<hr />
<h2>
After walking for a while, he realized that he has to recharge his
battery, so he searches for a place and comes across a group of people
camping but he is not sure whether to talk to them or not.
</h2>
<div class="btn">
<a href="talk.html" class="button">Talk to them </a>
<a href="ignore.html" class="button">IGNORE </a>
</div>
</div>
</body>
</html>