Print grid on html + minimalist css (which will not be used)

This commit is contained in:
2026-03-30 12:22:56 +02:00
parent e3747fd5a4
commit 04a0e1a912
3 changed files with 210 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../../assets/css/index.css">
<title>Index</title>
</head>
<body>
<div id="map"></div>
<script src="../../assets/js/index.js" defer></script>
</body>
</html>