mirror of
https://github.com/thiloho/thiloho.github.io.git
synced 2025-11-22 02:11:35 +01:00
14 lines
660 B
Plaintext
14 lines
660 B
Plaintext
<footer
|
|
class="prose prose-neutral dark:prose-invert prose-a:text-blue-800 prose-a:dark:text-blue-300 prose-a:hover:no-underline prose-a:active:bg-neutral-100 prose-a:active:dark:bg-neutral-700 relative flex max-w-none flex-col items-center bg-neutral-100 px-4 pt-12 pb-6 dark:bg-[#1f1f1f]"
|
|
>
|
|
<div
|
|
class="absolute bottom-28 h-20 w-full -skew-y-2 border-b border-dashed border-neutral-400 bg-white dark:border-neutral-500 dark:bg-neutral-800"
|
|
>
|
|
</div>
|
|
<p class="mb-2">© 2025 Thilo Hohlt</p>
|
|
<div class="flex gap-4">
|
|
<a href="/legal-disclosure">Legal Disclosure</a>
|
|
<a href="https://github.com/thiloho">GitHub</a>
|
|
</div>
|
|
</footer>
|