1
Fork 0

fix url :p

This commit is contained in:
Ashley 2023-01-14 08:03:17 +00:00
parent c8ece35efe
commit caa641fd5c

View file

@ -248,7 +248,7 @@ window.int4 = setInterval(() => ccursorShown = !ccursorShown, blinkDelay);
const loadCreditsTimings = async () => {
let res = await fetch("https://iamashley.xyz/credits.txt");
let res = await fetch("https://ashley143.gay/credits.txt");
let credits = (await res.text()).split("\n");
let _timings = [];