Files
site/templates/footer.tmpl

16 lines
489 B
Cheetah

<br>
<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>
<a href="https://go.dev">
<img src="/static/go.png" alt="Powered by Go!" widht="150px" height="50px" />
</a>
</div>
</body>
</html>