feat: add repo link to footer

This commit is contained in:
metamethods 2024-12-31 21:03:56 -08:00
parent 3a71072bc9
commit c53ddcd287

View File

@ -1,8 +1,14 @@
<footer class="bg-medium"> <footer class="bg-medium">
<div class="mx-auto w-full max-w-screen-xl p-4"> <div class="mx-auto flex w-full max-w-screen-xl flex-col p-4 md:flex-row md:justify-between">
<p> <p>
made with <a href="https://svelte.dev/">sveltekit</a>, powered by made with <a href="https://svelte.dev/">sveltekit</a>, powered by
<a href="https://cloudflare.com/">cloudflare</a> <a href="https://cloudflare.com/">cloudflare</a>
</p> </p>
<p>
you can find the repo of the website <a href="https://tea.metatable.sh/meta/yukiotoko-webui"
>here</a
>
</p>
</div> </div>
</footer> </footer>