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