17 lines
		
	
	
		
			596 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			596 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!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> |