This commit is contained in:
rawleyIfowler
2022-02-06 17:33:47 -06:00
commit 4389b07f39
16 changed files with 461 additions and 0 deletions

9
templates/footer.tmpl Normal file
View File

@@ -0,0 +1,9 @@
<!--footer.html-->
<div class="footer">
<p class="footer-text">This site is powered by:</p>
<a href="https://www.openbsd.org/">
<img src="https://www.openbsd.org/images/banner1.gif" alt="Powered by OpenBSD!" width="150px" height="50px"/>
</a>
</div>
</body>
</html>