civ/index.html

21 lines
558 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>
<link rel="stylesheet" href="resources/global/style.css">
2017-05-28 09:27:59 +00:00
</head>
<body>
<nav>
<a href="./index.html">Main</a>
<a href="./sandbox.html">Sandbox</a>
2017-06-29 00:49:42 +00:00
<a href="./map.html">Map</a>
2017-06-15 16:10:05 +00:00
<a href="./rules.html">Rules</a>
<a href="./questions.html">Questions</a>
<a href="./spawn.html">Spawn</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>