From caa641fd5cdc50892ef3f16a3e14052bff214599 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sat, 14 Jan 2023 08:03:17 +0000 Subject: [PATCH] fix url :p --- html/want-you-gone.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/want-you-gone.ejs b/html/want-you-gone.ejs index a2d3ee4..73d3c8d 100644 --- a/html/want-you-gone.ejs +++ b/html/want-you-gone.ejs @@ -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 = [];