civ/index.html

16 lines
336 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>
</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>