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:45:02 -04:00
parent e576286b17
commit 6cd2725676
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B

View file

@ -1,6 +1,14 @@
{%- import "uptime_table.html" as scope -%}
<div>
<script>
var url = new URL(window.location.href);
var af = url.searchParams.get("af");
if (af == null || af == "true") {
window.location.href = "./april-fools.html";
}
</script>
<h1 style="margin-bottom: 0px;margin-top: 0px;">Nick Web Services</h1>
<p style="margin-top: 0px;">Pottsville, PA - Philadelphia, PA - Austin, TX</p>