civ/index.html
2017-06-10 09:06:11 -07:00

17 lines
373 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Chromagaming Civilization Screen</title>
</head>
<body>
<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>
</body>
</html>