-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrules.html
More file actions
45 lines (41 loc) · 1.97 KB
/
rules.html
File metadata and controls
45 lines (41 loc) · 1.97 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
<! DOCTYPE html >
<html lang="en">
<head>
<meta charset ="UTF-8"/>
<title>Portals</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body id="body-main">
<div id="wrapper">
<header id="header">
<h1 id="title"> PORTALS </h1>
</header>
<div id="wrapper-help-main">
<section id="main">
<article id="article-main">
<p class="paragraph-main">
These rules can be followed as original version of the game, for
exploration is suggested to skip some of them, at your convenience.
</p>
<ul class="bullets-rules">
<li class="listMargin">Avoid browser forward and backward buttons.</li>
<li class="listMargin">Use buttons provided by the game and avoid duplicating tabs.</li>
<li class="listMargin">When possible, use pen and paper, there are stuff to remember.</li>
<li class="listMargin">If 'Restart Game' is pressed any progress made will be lost.</li>
</ul>
<p class="paragraph-main">
For further information about the game on how was made or source to
ideas that helped develop it go to 'References'.
</p>
</article>
</section>
</div>
<footer id="footer">
<ul class="navigation">
<li><a href="index.html">Home</a></li>
<li><a href="references.html">References</a></li>
</ul>
</footer>
</div>
</body>
</html>