<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Mr. Crocs Adventures</title>
	<style>
		#canvas {
			position: absolute;
			top: 0;
			left: 0;
			background-color: #6096ff;
		}
	</style>
	<link rel="shortcut icon" type="image/png" href="favicon.png">
	<script type="module" src="js/module.js"></script>
</head>
<body>
	<canvas id="canvas"></canvas>
</body>
</html>