More binkies + thinliquid's logo!! tysm :3
All checks were successful
/ test (push) Successful in 16s

This commit is contained in:
Soph :3 2024-08-29 22:00:36 +03:00
parent 01ab567df8
commit 1efaf2f0b1
Signed by: sophie
GPG key ID: EDA5D222A0C270F2
6 changed files with 9 additions and 4 deletions

View file

@ -16,9 +16,10 @@ const binky = [
["https://satorikeiko.surge.sh", "satorikeiko.png"],
["https://nekoaerospace.nekoweb.org", "nekoaerospace.png"],
["https://derg.rest", "tom.png"],
["https://sillylaird.nekoweb.org/", "sillylairdb.png"]
["https://sillylaird.nekoweb.org/", "sillylairdb.png"],
["https://2rin.nekoweb.org", "2rin.gif"],
["https://status.cafe", "statuscafe.png"],
];
binky.forEach((z) => {
const a = document.createElement("a");
a.href = z[0];