oops lol
This commit is contained in:
parent
8707ae9e39
commit
b8697b0a6e
1 changed files with 0 additions and 6 deletions
|
@ -37,12 +37,6 @@ fetch_ask("https://blog.abtmtr.link/api/collections/paste/posts/domain")
|
|||
.then((x) => x.json())
|
||||
.then((paste) => {
|
||||
const data = JSON.parse(paste.data.body);
|
||||
data.push({
|
||||
name: "Broken Link",
|
||||
description: ["Broken on purpose. Get to testing!"],
|
||||
url: "https://xyz.abtmtr.link/",
|
||||
src: "https://cdn.abtmtr.link/88x31/abtmtr_link.png",
|
||||
});
|
||||
data_get.innerHTML = data.reduce((html, subdomain) => {
|
||||
const id = `${subdomain.name.replaceAll(".", "")}-uptime`;
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue