first commit

This commit is contained in:
2024-11-07 17:16:20 +02:00
commit 75e91e4ddc
152 changed files with 17270 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<script>
</script>
<div
class="relative sm:flex sm:justify-center sm:items-center min-h-screen bg-dots-darker bg-center bg-gray-100 dark:bg-dots-lighter dark:bg-gray-900 selection:bg-red-500 selection:text-white"
>
<div class="max-w-7xl mx-auto p-6 lg:p-8">
{@html footer.text}
</div>
</div>