Added boilerplate code and theming

This commit is contained in:
alisolarflare 2017-05-28 05:27:59 -04:00
parent b743f20cc0
commit e24268fcd0

View file

@ -1 +1,13 @@
<h1>Hello World!</h1>
<!DOCTYPE html>
<html>
<head>
<title>Chromagaming Civilization Screen</title>
</head>
<body>
<h1>The Civilization Screen</h1>
<p>Welcome to the civlization screen.</p>
<br />
<h2>Map</h2>
<h2>Login</h2>
</body>
</html>