Initial commit

This commit is contained in:
2025-12-01 09:06:46 +01:00
commit 2b7d3acc73
11 changed files with 2756 additions and 0 deletions

7
app/assets/css/main.css Normal file
View File

@@ -0,0 +1,7 @@
@import "tailwindcss";
@plugin "daisyui";
* {
font-family: Roboto, sans-serif;
}