Neo-Poseidon/static/index.html

17 lines
596 B
HTML
Raw Normal View History

2019-01-23 14:53:27 +01:00
<!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>