12 lines
449 B
Svelte
12 lines
449 B
Svelte
<footer class="p-8 text-center flex flex-wrap justify-center items-center gap-x-2 text-neutral-500">
|
|
<span>
|
|
Built with love by <a class="underline" href="https://mcndt.dev" alt="blog">mcndt</a>
|
|
</span>
|
|
<span>-</span>
|
|
<a class="link" href="/about">About</a>
|
|
<span>-</span>
|
|
<a class="link" href="https://mcndt.dev/about/">Contact</a>
|
|
<span>-</span>
|
|
<a class="link" href="https://www.buymeacoffee.com/mcndt">☕ Buy me a coffee</a>
|
|
</footer>
|