mirror of
https://github.com/wah-su/wah-su.github.io.git
synced 2025-05-25 06:09:35 +05:00
feat: return service status indicator
This commit is contained in:
parent
48365f5764
commit
fe5b125690
4 changed files with 137 additions and 171 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue