Add initial codebase

This commit is contained in:
Leonardo Segala 2025-08-01 18:07:11 +02:00
parent 5fb2b8a791
commit 2bd81f859e
24 changed files with 2603 additions and 0 deletions

15
frontend/src/app.html Normal file
View file

@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" class="h-max">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>