Actualiser index.html
Deploy to home / deploy (push) Failing after 5s

This commit is contained in:
cvancau
2026-08-09 16:02:45 +02:00
parent e99fba2ffd
commit 102654b7a9
+1 -1
View File
@@ -14,6 +14,6 @@
<div id="root"></div> <div id="root"></div>
<!-- Point d-entree obligatoire requis par Vite pour charger React --> <!-- Point d-entree obligatoire requis par Vite pour charger React -->
<script type="module" src="/src/index.js"></script> <script type="module" src="/src/index.jsx"></script>
</body> </body>
</html> </html>