civ/index.html
alisolarflare 4ea4c696a6 CIIIIIIIV
2017-06-20 12:57:21 -04:00

21 lines
559 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Chromagaming Civilization Screen</title>
<link rel="stylesheet" href="resources/global/style.css">
</head>
<body>
<nav>
<a href="./index.html">Main</a>
<a href="./sandbox.html">Sandbox</a>
<a href="./map.html">Game</a>
<a href="./rules.html">Rules</a>
<a href="./questions.html">Questions</a>
<a href="./spawn.html">Spawn</a>
</nav>
<h1>The Civilization Screen</h1>
<p>Welcome to the civilization screen.</p>
</body>
</html>