diff --git a/static/hosted/index.html b/static/hosted/index.html index 4f274ea..7d88003 100644 --- a/static/hosted/index.html +++ b/static/hosted/index.html @@ -26,17 +26,17 @@

Warning:

Due to changes in hosting, some services are still down. SearX (the original) has decent uptime, but SearXNG will be continiously going back up and down. Univerter & Fortnite have currently no efforts put towards getting them back up.

I may soon attempt to create a status indicator, so that users can know if services are running properly. Although, dont expect it! If you would have any ideas as to how to do that, then please let me know!

-
-

Things with a green border are made by me. Everything else is made by someone else.

+
+

Things with a green border are up, things with a yellow border are inconsistent or have problems, things with a red border are down.


Social Media:

-

Univerter (Report issues here!): yt.violets-purgatory.dev

+

Univerter (Report issues here!): yt.violets-purgatory.dev

Planned: Matrix, Mastodon


Search engines/utilities:

-

SearX: sx.violets-purgatory.dev

-

SearXNG: sxng.violets-purgatory.dev

+

SearX: sx.violets-purgatory.dev

+

SearXNG: sxng.violets-purgatory.dev

Nothing planned...


Etc / Funny

-

Fortnite (Web edition!): fortnite.violets-purgatory.dev

+

Fortnite (Web edition!): fortnite.violets-purgatory.dev

Nothing planned.


Have any ideas of what I should host? Submit an issue with your idea to codeberg!

diff --git a/static/style.css b/static/style.css index 27621b4..b06c131 100644 --- a/static/style.css +++ b/static/style.css @@ -164,4 +164,16 @@ hr { opacity: 1; transform: none; } +} + +.up { + border-color: limegreen; +} + +.mid { + border-color: yellow; +} + +.down { + border-color: red; } \ No newline at end of file