This commit is contained in:
Philippe Torrel
2026-08-28 13:40:03 +02:00
parent 0d15f066d1
commit bc4d5a41fd
320 changed files with 32001 additions and 95 deletions

View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>react-app</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>