19 lines
521 B
HTML
19 lines
521 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="./game.html">Game</a>
|
|
<a href="./rules.html">Rules</a>
|
|
<a href="./questions.html">Questions</a>
|
|
</nav>
|
|
<h1>The Civilization Screen</h1>
|
|
<p>Welcome to the civilization screen.</p>
|
|
</body>
|
|
</html>
|