Update Kitsudev & add CBA
This commit is contained in:
parent
3c69e0ceec
commit
18ed4a0da6
2 changed files with 25 additions and 13 deletions
34
index.html
34
index.html
|
@ -28,7 +28,7 @@
|
||||||
Notes
|
Notes
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
~8,438<br>
|
~8,738<br>
|
||||||
Emojis
|
Emojis
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -58,12 +58,12 @@
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div id="kdev">
|
<div id="cba">
|
||||||
<a href="https://kitsunes.dev" target="_blank" class="title">
|
<a href="https://fedi.catboy.agency" target="_blank" class="title">
|
||||||
<h2>KitsuDev</h2>
|
<h2>Catboy Agency</h2>
|
||||||
<img src="https://kitsunes.dev/assets/img/logo.svg" alt="A neofox staring, wide-eyed, at a laptop.">
|
<img src="https://nyaa.catboy.download/catboyagency/77eaa645-fd28-4383-80d5-4ab383b71e78.webp" alt="The Mascot for the Catboy Agency.">
|
||||||
</a>
|
</a>
|
||||||
<p>Build code, burn things, fopses.</p>
|
<p>A cozy instance administered by <a href="https://fedi.catboy.agency/@cyberboy">Cyberboy</a>. Somehow features catfolk and not foxes.</p>
|
||||||
<table >
|
<table >
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
|
@ -72,17 +72,27 @@
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="note-count"></span><br>
|
<span class="note-count"></span><br>
|
||||||
Issues
|
Notes
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
~3,443<br>
|
||||||
|
Emojis
|
||||||
</td>
|
</td>
|
||||||
<td>~25<br>
|
|
||||||
Public Repos</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="kdev">
|
||||||
|
<a href="https://kitsunes.dev" target="_blank" class="title">
|
||||||
|
<h2>KitsuDev</h2>
|
||||||
|
<img src="https://s3.kitsunes.club/storage/b51b4fd2-e1ee-4e9e-a83f-7a7df280b3ac.png" alt="A neofox staring, wide-eyed, at a laptop.">
|
||||||
|
</a>
|
||||||
|
<p>Build code, burn things, fopses.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<small>
|
<small>
|
||||||
numbers with a tilde are updated manually. <br>
|
numbers with a tilde are updated manually. <br>
|
||||||
Last update: 3/3/2025<br>
|
Last update: 2025-03-11<br>
|
||||||
<a href="https://kitsunes.dev/kitsu/KitsuLife">Source code</a>
|
<a href="https://kitsunes.dev/kitsu/KitsuLife">Source code</a>
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
|
@ -99,7 +109,9 @@
|
||||||
Join us on our mission to make the fediverse a friendly place. You won't regret it.
|
Join us on our mission to make the fediverse a friendly place. You won't regret it.
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
-- kio
|
-- <a href="https://kitsunes.club/@kio">kio</a>
|
||||||
|
<br>
|
||||||
|
<small>(the non-cute, evil lead administrator)</small>
|
||||||
<br>
|
<br>
|
||||||
<h2>Contact</h2>
|
<h2>Contact</h2>
|
||||||
on fedi: <a href="https://kitsunes.club/@administration">@administration@kitsunes.club</a>
|
on fedi: <a href="https://kitsunes.club/@administration">@administration@kitsunes.club</a>
|
||||||
|
|
|
@ -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) {
|
for (const instance of instances) {
|
||||||
fetch(instance[1]).then(response => {
|
fetch(instance[1]).then(response => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue