Files
site/templates/footer.tmpl
rawleyIfowler b1f60d574c added nginx
2022-02-09 21:40:48 -06:00

12 lines
387 B
Cheetah

<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>
<a href="https://www.nginx.org">
<img src="/static/nginx.png" alt="Powered by NGiNX!" width="150px" height="50px"/>
</a>
</div>
</body>
</html>