Use SvelteKit 5 and daisyUI 5

This commit is contained in:
Oliver Traber 2025-06-14 16:34:37 +00:00
parent be983a0b4e
commit 3b15ec5ea3
Signed by: Bluemedia
GPG key ID: C0674B105057136C
45 changed files with 5215 additions and 9859 deletions

View file

@ -0,0 +1,12 @@
<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>