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
e576286b17
commit
6cd2725676
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue