aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-04-28 16:18:56 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-04-28 16:18:56 -0500
commite05b1dacd97147d9991b8eb82da2d2cd2bc33f24 (patch)
tree4fb80ed898e6ddf8b52764220b2820fd0ffefcb1 /scripts
parentd843b6051a790d870f021c2f1c60eeebd93ae1b6 (diff)
try static webring definition
Diffstat (limited to 'scripts')
-rw-r--r--scripts/webring.js3
1 files changed, 0 insertions, 3 deletions
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));