Files
site/templates/footer.tmpl
rawleyIfowler 4389b07f39 init
2022-02-06 17:33:47 -06:00

10 lines
278 B
Cheetah

<!--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>