move front to folder

This commit is contained in:
Pablo Martin 2025-06-06 14:17:36 +02:00
parent 9a976a8be5
commit 793ff9fc96
14 changed files with 5 additions and 1 deletions

13
src/front/index.html Normal file
View file

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