-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstructions.html
More file actions
31 lines (31 loc) · 1.07 KB
/
instructions.html
File metadata and controls
31 lines (31 loc) · 1.07 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
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="instructions.css">
<title>Instructions</title>
<head>
<h2 id="title">Welcome to the HTM-HELL instructions page</h2>
<br>
</head>
<body>
<div class="div1">
<h2 id="description">
We have created this website so that we can test you nerves, observation skills and
your sense of humor.
</h2>
<h2 id="work">
The way this works is that each page represents a level. Upon completening the level
you will move on the next and so on. In most of the levels, if you lose, you will be sent
back to the previous page and sometimes even a few pages behind.
</h2>
</div>
<br><br><br<br><br><br<br><br><br>
<div class="div2">
<h2 id="conclusion">
So be careful! And most importanyly, be smart and aware! We hope you'll enjoy playing this
as much as we have enjoyed creating it!
</h2>
</div>
<br>
<a href="index" class="b1" role="button">Menu</a>
</body>
</html>