caddy-website/src/includes/footer.html
2020-09-10 12:58:16 -06:00

21 lines
803 B
HTML

<div class="wrapper">
<footer>
<div>
<img src="/resources/images/caddy-logo.svg" alt="Caddy" id="footer-logo">
An <a href="https://github.com/caddyserver/caddy">open source</a> Go community project
<br>
in partnership with <a href="https://www.ardanlabs.com/">Ardan Labs</a>
<br>
<small><a href="https://usefathom.com/ref/AUKNWU">Privacy-respecting analytics by Fathom</a></small>
</div>
<div class="copyright">
&copy; {{now | date "2006"}} <a href="https://apilayer.com">apilayer</a>. All rights reserved.
<br>
Caddy&reg; is a registered trademark of apilayer GmbH.
</div>
</footer>
</div>
<!-- Fathom - beautiful, simple website analytics -->
<script src="https://mule.caddyserver.com/script.js" site="GVMGKAKP" honor-dnt="true" defer></script>
<!-- / Fathom -->