initial commit

This commit is contained in:
Murat Özkorkmaz
2025-10-08 15:57:29 +02:00
commit abb3cbc1bd
89 changed files with 12322 additions and 0 deletions

12
assets/styles/app.css Normal file
View File

@@ -0,0 +1,12 @@
@import "tailwindcss";
ul {
list-style: disc;
padding-left: 2em;
padding-top: 1em;
padding-bottom: 2em;
}
li {
padding-bottom: 0.7em;
}