Files
site/templates/footer.tmpl

12 lines
364 B
Cheetah

<div class="footer">
<p class="footer-text">This site is powered by:</p>
<a href="https://www.openbsd.org/">
<img src="/static/openbsd.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>