This commit is contained in:
Nicholas Orlowsky 2025-02-28 23:11:23 -05:00
parent 04793cdf9b
commit 6f4d33f01f
5 changed files with 162 additions and 54 deletions

View file

@ -2,6 +2,7 @@
<title>Nicholas Orlowsky</title>
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<nav>
@ -12,12 +13,14 @@
<hr/>
</nav>
<div style="padding: 10px;">
{{ body_area }}
</div>
<footer>
<hr />
<p style="margin-bottom: 0px;">Copyright &#169; Nicholas Orlowsky 2025</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://git.nickorlow.com/nickorlow/anthracite">Anthracite Web Server</a> 0.3.0</p>
<p style="margin-top: 0px;">Powered by <a href="https://git.nickorlow.com/nickorlow/anthracite">Anthracite Web Server</a></p>
</footer>
</body>