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

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 () => {
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 = [];