mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
fix url :p
This commit is contained in:
parent
c8ece35efe
commit
caa641fd5c
@ -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 = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user