fix url on credits :3

This commit is contained in:
Ashley 2023-08-09 18:39:45 +00:00
parent 23d5d7e77f
commit 18cd455775

View file

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