Skip to content
Snippets Groups Projects
  • atm2g19's avatar
    c24e25f7
    Major update · c24e25f7
    atm2g19 authored
    Major HTML overhaul
    code refactorings
    completed battleships_v2
    CAH-wip
    started backgammon
    c24e25f7
    History
    Major update
    atm2g19 authored
    Major HTML overhaul
    code refactorings
    completed battleships_v2
    CAH-wip
    started backgammon
index.html 662 B
<!DOCTYPE html>
<html>

<head>
	<title>Battleships</title>
	<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.3.0/socket.io.js"></script>
	<script src="https://cdn.jsdelivr.net/npm/p5@1.0.0/lib/p5.min.js"></script>
	<script src="../game_loader.js"></script>
	<link rel="stylesheet" href="/css/main.css">
	<link rel="stylesheet" href="../loader.css">
</head>

<body>
	<div id="header">
		<h1>
			<a href="/" id="home">
				Alex Mansfield's web server!
			</a>
		</h1>
	</div>
	<div id="subheader">

		<h1>
			Battleships-V2 games
		</h1>

		<a href="../">Games/</a>
	</div>
	<div id="container">

	</div>
	<div id="footer">

	</div>
</body>

</html>