linked game.html using <nav>
This commit is contained in:
parent
b9f1ffa185
commit
cbd4f5c088
3 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,11 @@
|
|||
<script src="./game/tutorial.js" type="text/javascript"></script>
|
||||
</head>
|
||||
<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"
|
||||
style="border: 1px solid gray; width: 640px; height: 480px"></canvas>
|
||||
</body>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<nav>
|
||||
<a href="./index.html">Main</a>
|
||||
<a href="./sandbox.html">Sandbox</a>
|
||||
<a href="./game.html">Game</a>
|
||||
</nav>
|
||||
<h1>The Civilization Screen</h1>
|
||||
<p>Welcome to the civilization screen.</p>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
<nav>
|
||||
<a href="./index.html">Main</a>
|
||||
<a href="./sandbox.html">Sandbox</a>
|
||||
<a href="./game.html">Game</a>
|
||||
</nav>
|
||||
<h1>Developer's Sandbox</h1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue