Added boilerplate code and theming
This commit is contained in:
parent
b743f20cc0
commit
e24268fcd0
1 changed files with 13 additions and 1 deletions
14
index.html
14
index.html
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue