feat: return service status indicator

This commit is contained in:
Kentai Radiquum 2024-11-30 18:54:26 +05:00
parent 48365f5764
commit fe5b125690
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 137 additions and 171 deletions

View file

@ -21,7 +21,7 @@
<p class="text-xl sm:text-3xl" id="status-text">Fetching Services Status</p>
</a>
</div>
<div class="flex flex-col-reverse gap-8 lg:flex-row lg:items-end lg:justify-between md:m-0">
<div class="flex flex-col-reverse gap-8 lg:flex-row lg:items-end lg:justify-between">
<div class="text-lg sm:text-2xl">
<p>Run by <a class="underline hover:text-[#ff851b] transition-colors" href="https://wah.su/radiquum">@radiquum</a></p>
<p>Photo by <a class="underline hover:text-[#ff851b] transition-colors" href="https://unsplash.com/@willrust">Will Rust</a> on <a class="underline hover:text-[#ff851b] transition-colors" href="https://unsplash.com/">Unsplash</a></p>
@ -36,6 +36,8 @@
</div>
</div>
</div>
<script src="static/js/checkstatus.js"></script>
</body>
</html>