ajoute de la nav bar et de route

This commit is contained in:
Antoine BRYJA
2025-11-10 13:20:30 +01:00
parent 54d8ae8c16
commit 6d1f34f19f
20 changed files with 245 additions and 13 deletions

View File

@@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
</head>
<body>
<div id="app"></div>
<body style="min-width: 100vw;min-height: 100vh; padding: 0px;margin: 0px; ">
<div id="app" style="min-width: 100vw;min-height: 100vh; padding: 0px;margin: 0px;"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>