2025-10-01 18:25:31 +10:00
|
|
|
<!DOCTYPE html>
|
2025-09-30 18:47:23 +10:00
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<link rel="stylesheet" href="index.css">
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<p id="response"></p>
|
|
|
|
|
<canvas id="canvas" width="480" height="270"></canvas>
|
|
|
|
|
</body>
|
|
|
|
|
|
2025-10-01 18:25:31 +10:00
|
|
|
<script src="sprites.js"></script>
|
2025-09-30 18:47:23 +10:00
|
|
|
<script src="index.js"></script>
|
|
|
|
|
</html>
|