imposter creation

This commit is contained in:
adrian
2025-12-05 19:21:38 +01:00
parent 93aca73e55
commit bcc70458ae
5 changed files with 132 additions and 73 deletions

View File

@ -1,11 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<base href="/game/">
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>game</title>
</head>
<body>
<script src="./game.js" ></script>
</body>
</html>