From 7946913412f4da7747ebd65bd85506a9b04809d7 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Tue, 1 Apr 2025 11:46:51 -0400 Subject: [PATCH] fix april fools --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 6bf3ae6..2c275be 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,7 +6,7 @@ var af = url.searchParams.get("af"); if (af == null || af == "true") { - window.location.href = "./april-fools.html"; + window.location.href = "./assets/april_fools.html"; }

Nick Web Services