1
Fork 0

fix url :p

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

View file

@ -248,7 +248,7 @@ window.int4 = setInterval(() => ccursorShown = !ccursorShown, blinkDelay);
const loadCreditsTimings = async () => { 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 credits = (await res.text()).split("\n");
let _timings = []; let _timings = [];