civ/index.html

19 lines
459 B
HTML
Raw Normal View History

<!DOCTYPE html>
2017-05-28 09:27:59 +00:00
<html>
<head>
<meta charset="utf-8">
2017-05-28 09:27:59 +00:00
<title>Chromagaming Civilization Screen</title>
</head>
<body>
<nav>
<a href="./index.html">Main</a>
<a href="./sandbox.html">Sandbox</a>
2017-06-10 16:06:11 +00:00
<a href="./game.html">Game</a>
2017-06-15 16:10:05 +00:00
<a href="./rules.html">Rules</a>
<a href="./questions.html">Questions</a>
</nav>
2017-05-28 09:27:59 +00:00
<h1>The Civilization Screen</h1>
<p>Welcome to the civilization screen.</p>
2017-05-28 09:27:59 +00:00
</body>
</html>