april fools

This commit is contained in:
Nicholas Orlowsky 2024-04-01 09:45:15 -05:00
parent bae4beb82b
commit 8ee68902b0
Signed by: nickorlow
GPG key ID: 838827D8C4611687
19 changed files with 156 additions and 76 deletions

24
out/on-rails.html Normal file
View file

@ -0,0 +1,24 @@
<head>
<title>Nicholas Orlowsky</title>
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>
<body>
<nav>
<a href="/">[ Home ]</a>
<a href="/blog.html">[ Blog ]</a>
<a href="/projects.html">[ Projects ]</a>
<a href="/extra.html">[ Extra ]</a>
<hr/>
</nav>
<h1>Rail Pictures</h1>
<p>All photos are Copyright {{ body_area }}copy; Nicholas Orlowsky</p>
<footer>
<hr />
<p style="margin-bottom: 0px;">Copyright &#169; Nicholas Orlowsky 2023</p>
<p style="margin-top: 0px; margin-bottom: 0px;">Hosting provided by <a href="https://nws.nickorlow.com">NWS</a></p>
<p style="margin-top: 0px;">Powered by <a href="https://github.com/nickorlow/anthracite">Anthracite Web Server</a></p>
</footer>
</body>