fix april fools
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run

This commit is contained in:
Nicholas Orlowsky 2025-04-01 11:46:51 -04:00
parent 6cd2725676
commit 7946913412
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B

View file

@ -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";
}
</script>
<h1 style="margin-bottom: 0px;margin-top: 0px;">Nick Web Services</h1>