11 lines
313 B
Svelte
Executable File
11 lines
313 B
Svelte
Executable File
<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>
|