initial commit
This commit is contained in:
54
how-to-play.html
Normal file
54
how-to-play.html
Normal file
@@ -0,0 +1,54 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Riddles Without Vitae</title>
|
||||
<link rel="icon" href="\i\favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" href=index.css type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="top">
|
||||
<div id=top1>
|
||||
<h1>
|
||||
WELCOME
|
||||
</h1>
|
||||
<h3>
|
||||
to the Riddles Without Vitae
|
||||
</h3>
|
||||
</div>
|
||||
<ul id="nav">
|
||||
<a href="/"><li class="nav"><span>Home Page</span></li></a>
|
||||
<a href="how-to-play.html" id=current><li class="nav"><span>How To Play</span></li></a>
|
||||
<a href="signup.php"><li class="nav"><span>New Player</span></li></a>
|
||||
<a href="signin.php"><li class="nav"><span>Returning Player</span></li></a>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="content">
|
||||
<h2>
|
||||
Gameplay
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
The objective of web riddles is to reach the final level. To do this, you must use the information given to you in order to find a password. Sometimes, an "egg", or clue, will display instead in order to help you along.</p>
|
||||
<ul>
|
||||
<li>Right click, view-source</li>
|
||||
<li>You will need to use google</li>
|
||||
<li><b>Use a computer</b>. This would be very difficult on mobile</li>
|
||||
</ul>
|
||||
<p>
|
||||
If you are stuck, try one of these:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Keep guessing the password</li>
|
||||
<li>Take a break, refresh your brain</li>
|
||||
<li>Smear an avocado on the screen</li>
|
||||
</ul>
|
||||
<p>
|
||||
And with that, I bid thee good luck!
|
||||
</p>
|
||||
<p style="font-size: 1.3em; margin-left: 10px;">
|
||||
- Ʉ
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user