water/index.html
2025-12-13 17:19:35 +00:00

25 lines
433 B
HTML

<!doctype html>
<html>
<head>
<title>water?</title>
<link rel="stylesheet" href="grid.css">
</head>
<body>
<div id="page-content">
<h1>water time</h1>
move the mouse to gaming
</div>
<!-- this is the canvas that makes up the page background -->
<div id="canvas-container">
<canvas id="water-canvas"></canvas>
</div>
</body>
<script src="water.js" water></script>
</html>