8f8bf381ab
SHITS GETTING DOOOONNNNE
15 lines
336 B
HTML
15 lines
336 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>
|
|
</nav>
|
|
<h1>The Civilization Screen</h1>
|
|
<p>Welcome to the civilization screen.</p>
|
|
</body>
|
|
</html>
|