added subpages

This commit is contained in:
2025-11-19 10:30:38 +01:00
parent a52605f8e8
commit e0869958ab
18 changed files with 143 additions and 134 deletions

View File

@ -0,0 +1,6 @@
@import "tailwindcss";
h1 { @apply font-bold text-2xl; }
h2 { @apply font-bold text-xl; }
ul { @apply list-inside; }
li { @apply list-disc; }