From e05b1dacd97147d9991b8eb82da2d2cd2bc33f24 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 28 Apr 2024 16:18:56 -0500 Subject: try static webring definition --- scripts/webring.js | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 scripts/webring.js (limited to 'scripts') diff --git a/scripts/webring.js b/scripts/webring.js deleted file mode 100644 index 07e5990..0000000 --- a/scripts/webring.js +++ /dev/null @@ -1,3 +0,0 @@ -fetch("https://aidang.cc/webring/all", { - method: "GET" -}).then((response) => response.json()).then((json) => console.log(json)); -- cgit v1.2.3