Added changes I forgot to commit

This commit is contained in:
Gu://em_ 2025-05-12 16:11:11 +02:00
parent 32c0ffd715
commit fbb486e697
54 changed files with 1397 additions and 3786 deletions

13
frontend/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 + Preact</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>