2017-05-30 06:52:58 +00:00
|
|
|
<!DOCTYPE html>
|
2017-05-28 09:27:59 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
2017-05-30 06:52:58 +00:00
|
|
|
<meta charset="utf-8">
|
2017-05-28 09:27:59 +00:00
|
|
|
<title>Chromagaming Civilization Screen</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2017-05-30 06:52:58 +00:00
|
|
|
<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-05-30 06:52:58 +00:00
|
|
|
</nav>
|
2017-05-28 09:27:59 +00:00
|
|
|
<h1>The Civilization Screen</h1>
|
2017-05-30 06:52:58 +00:00
|
|
|
<p>Welcome to the civilization screen.</p>
|
2017-05-28 09:27:59 +00:00
|
|
|
</body>
|
|
|
|
</html>
|