1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 05:34:40 -05:00

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 () => { 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 credits = (await res.text()).split("\n");
let _timings = []; let _timings = [];