-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrules.php
More file actions
28 lines (28 loc) · 955 Bytes
/
rules.php
File metadata and controls
28 lines (28 loc) · 955 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Instructions</title>
<link rel="stylesheet" type="text/css" href="home.css">
</head>
<body>
<div class = "instructions">
<div class = "title">Instructions</title>
<div class = "rules">
<i>Read the instructions carefully before starting the hunt:</i>
<ul>
<li>The game play involves getting into the next level after submitting the appropriate answer at each level.
<li>Submit the answers in lower case.
<li>If the answer is of more than 2 words, space should be provided between the words.
<br>For example: hello world
<li>Google answer is allowed.
<li>Look for the hints on the webpage, the source code and the URL.
<li>There is no restriction on the number of attempts.
<li>Hints will be provided at our facebook page, fblink.
</ul>
</div>
<button class = "button">
<a href = "ques1.php">Start!</a>
</button>
</div>
</body>
</html>