aboutsummaryrefslogtreecommitdiff
path: root/scripts/webring.js
blob: 07e5990b32697c0b9aa3fd16baaa69734ce59c8f (plain)
1
2
3
fetch("https://aidang.cc/webring/all", {
  method: "GET"
}).then((response) => response.json()).then((json) => console.log(json));