mirror of
https://github.com/BluemediaDev/fancy-gatus.git
synced 2025-07-01 01:12:42 +02:00
12 lines
382 B
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>
|