mirror of
https://github.com/thiloho/thiloho.github.io.git
synced 2025-11-22 10:21:36 +01:00
Initialize project with general functionality
This commit is contained in:
9
src/components/Footer.astro
Normal file
9
src/components/Footer.astro
Normal file
@@ -0,0 +1,9 @@
|
||||
<footer
|
||||
class="flex flex-col items-center p-4 bg-neutral-100 dark:bg-neutral-900 prose prose-neutral dark:prose-invert max-w-none prose-a:text-blue-800 prose-a:dark:text-blue-300 prose-a:hover:no-underline"
|
||||
>
|
||||
<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>
|
||||
Reference in New Issue
Block a user