fancy-gatus/src/lib/components/Footer.svelte

12 lines
382 B
Svelte

<footer class="footer sm:footer-horizontal footer-center text-base-content p-4 text-base">
<aside>
<p>
Powered by
<a class="underline" target="_blank" href="https://github.com/TwiN/gatus">Gatus</a>
and
<a class="underline" target="_blank" href="https://github.com/BluemediaDev/fancy-gatus"
>Fancy Gatus</a
>
</p>
</aside>
</footer>