Initial commit

This commit is contained in:
2024-06-11 17:47:40 +02:00
commit d849725986
21 changed files with 11473 additions and 0 deletions

10
assets/css/main.css Normal file
View File

@@ -0,0 +1,10 @@
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
@apply bg-gray-900;
}