linked game.html using <nav>

This commit is contained in:
alisolarflare 2017-06-10 09:06:11 -07:00
parent b9f1ffa185
commit cbd4f5c088
3 changed files with 7 additions and 0 deletions

View file

@ -9,6 +9,11 @@
<script src="./game/tutorial.js" type="text/javascript"></script> <script src="./game/tutorial.js" type="text/javascript"></script>
</head> </head>
<body> <body>
<nav>
<a href="./index.html">Main</a>
<a href="./sandbox.html">Sandbox</a>
<a href="./game.html">Game</a>
</nav>
<canvas id="myCanvas" width="640" height="480" <canvas id="myCanvas" width="640" height="480"
style="border: 1px solid gray; width: 640px; height: 480px"></canvas> style="border: 1px solid gray; width: 640px; height: 480px"></canvas>
</body> </body>

View file

@ -8,6 +8,7 @@
<nav> <nav>
<a href="./index.html">Main</a> <a href="./index.html">Main</a>
<a href="./sandbox.html">Sandbox</a> <a href="./sandbox.html">Sandbox</a>
<a href="./game.html">Game</a>
</nav> </nav>
<h1>The Civilization Screen</h1> <h1>The Civilization Screen</h1>
<p>Welcome to the civilization screen.</p> <p>Welcome to the civilization screen.</p>

View file

@ -10,6 +10,7 @@
<nav> <nav>
<a href="./index.html">Main</a> <a href="./index.html">Main</a>
<a href="./sandbox.html">Sandbox</a> <a href="./sandbox.html">Sandbox</a>
<a href="./game.html">Game</a>
</nav> </nav>
<h1>Developer's Sandbox</h1> <h1>Developer's Sandbox</h1>