Added the Questions page
This commit is contained in:
parent
e9178ecbba
commit
9d95563e05
5 changed files with 51 additions and 0 deletions
|
@ -13,6 +13,8 @@
|
|||
<a href="./index.html">Main</a>
|
||||
<a href="./sandbox.html">Sandbox</a>
|
||||
<a href="./game.html">Game</a>
|
||||
<a href="./rules.html">Rules</a>
|
||||
<a href="./questions.html">Questions</a>
|
||||
</nav>
|
||||
<canvas id="myCanvas" width="640" height="480"
|
||||
style="border: 1px solid gray; width: 640px; height: 480px"></canvas>
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
<a href="./index.html">Main</a>
|
||||
<a href="./sandbox.html">Sandbox</a>
|
||||
<a href="./game.html">Game</a>
|
||||
<a href="./rules.html">Rules</a>
|
||||
<a href="./questions.html">Questions</a>
|
||||
</nav>
|
||||
<h1>The Civilization Screen</h1>
|
||||
<p>Welcome to the civilization screen.</p>
|
||||
|
|
17
questions.html
Normal file
17
questions.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Questions</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<a href="./index.html">Main</a>
|
||||
<a href="./sandbox.html">Sandbox</a>
|
||||
<a href="./game.html">Game</a>
|
||||
<a href="./rules.html">Rules</a>
|
||||
<a href="./questions.html">Questions</a>
|
||||
</nav>
|
||||
|
||||
</body>
|
||||
</html>
|
28
rules.html
Normal file
28
rules.html
Normal file
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Rules</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<a href="./index.html">Main</a>
|
||||
<a href="./sandbox.html">Sandbox</a>
|
||||
<a href="./game.html">Game</a>
|
||||
<a href="./rules.html">Rules</a>
|
||||
<a href="./questions.html">Questions</a>
|
||||
</nav>
|
||||
|
||||
<h1>The Rules</h1>
|
||||
<p>Every server has its rules, these are the laws of our land.</p>
|
||||
|
||||
<ol>
|
||||
<li>Don't be a dick</li>
|
||||
<li>Don't be a dick</li>
|
||||
<li>Don't be a dick</li>
|
||||
<li>Don't be a dick</li>
|
||||
<li>Don't be a dick</li>
|
||||
<li>Don't be a dick</li>
|
||||
</ol>
|
||||
</body>
|
||||
</html>
|
|
@ -11,6 +11,8 @@
|
|||
<a href="./index.html">Main</a>
|
||||
<a href="./sandbox.html">Sandbox</a>
|
||||
<a href="./game.html">Game</a>
|
||||
<a href="./rules.html">Rules</a>
|
||||
<a href="./questions.html">Questions</a>
|
||||
</nav>
|
||||
<h1>Developer's Sandbox</h1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue