april fools
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 56m14s
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 56m14s
This commit is contained in:
parent
df64091c28
commit
120f40e621
|
@ -1,4 +1,13 @@
|
||||||
<div>
|
<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;">Nicholas Orlowsky</h1>
|
<h1 style="margin-bottom: 0px;">Nicholas Orlowsky</h1>
|
||||||
<p style="margin-top: 0px;">Software Engineer - Austin, TX</p>
|
<p style="margin-top: 0px;">Software Engineer - Austin, TX</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue