This commit is contained in:
Daniel Løvbrøtte Olsen
2019-01-23 14:53:27 +01:00
parent 111f4cc36e
commit c022cf1551
3 changed files with 30 additions and 7 deletions

17
static/index.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Neo Poseidon</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
<script src="main.js"></script>
</head>
<body>
<h1>Welcome to Neo Poseidon</h1>
<p>This is an open source game inspired by Neptune's Pride. An extremely slow paced real time strategy game</p>
<!--<p>There isn't much here, but here are some development links</p>-->
</body>
</html>