diff --git a/index.html b/index.html index 423e99a..72f6440 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ Notes - ~8,438
+ ~8,738
Emojis @@ -58,13 +58,13 @@ -
- -

KitsuDev

- A neofox staring, wide-eyed, at a laptop. +
+ +

Catboy Agency

+ The Mascot for the Catboy Agency.
-

Build code, burn things, fopses.

- +

A cozy instance administered by Cyberboy. Somehow features catfolk and not foxes.

+
+ -

@@ -72,17 +72,27 @@

- Issues + Notes +
+ ~3,443
+ Emojis
~25
- Public Repos
+
+ +

KitsuDev

+ A neofox staring, wide-eyed, at a laptop. +
+

Build code, burn things, fopses.

+ +
numbers with a tilde are updated manually.
- Last update: 3/3/2025
+ Last update: 2025-03-11
Source code
@@ -99,7 +109,9 @@ Join us on our mission to make the fediverse a friendly place. You won't regret it.

- -- kio + -- kio +
+ (the non-cute, evil lead administrator)

Contact

on fedi: @administration@kitsunes.club diff --git a/script.js b/script.js index 81df919..29ebf71 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,4 @@ -const instances = [["kc","https://kitsunes.club/nodeinfo/2.1"],["kg","https://kitsunes.gay/nodeinfo/2.1"], ["kdev", "https://kitsunes.dev/api/v1/nodeinfo"]] +const instances = [["kc","https://kitsunes.club/nodeinfo/2.1"],["kg","https://kitsunes.gay/nodeinfo/2.1"], ["cba","https://fedi.catboy.agency/nodeinfo/2.1"], ] for (const instance of instances) { fetch(instance[1]).then(response => {