diff options
Diffstat (limited to 'scripts/webring.js')
-rw-r--r-- | scripts/webring.js | 3 |
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)); |