fix april fools
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
This commit is contained in:
parent
6cd2725676
commit
7946913412
|
@ -6,7 +6,7 @@
|
||||||
var af = url.searchParams.get("af");
|
var af = url.searchParams.get("af");
|
||||||
|
|
||||||
if (af == null || af == "true") {
|
if (af == null || af == "true") {
|
||||||
window.location.href = "./april-fools.html";
|
window.location.href = "./assets/april_fools.html";
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<h1 style="margin-bottom: 0px;margin-top: 0px;">Nick Web Services</h1>
|
<h1 style="margin-bottom: 0px;margin-top: 0px;">Nick Web Services</h1>
|
||||||
|
|
Loading…
Reference in a new issue