Rebase of feature/mirror + merge with the grid program

This commit is contained in:
2026-03-30 15:05:57 +02:00
parent 577357b090
commit a791415bd3
3 changed files with 21 additions and 14 deletions

View File

@@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../../assets/css/index.css">
<link rel="stylesheet" href="../../assets/css/game.css">
<title>Game</title>
</head>
<body>
<div id="map"></div>
<script src="../../assets/js/index.js" defer></script>
<script src="../../assets/js/game.js" defer></script>
</body>
</html>