cannabinieri_web_actix/templates/footer.html

10 lines
554 B
HTML
Raw Normal View History

2021-10-28 20:33:35 +02:00
<footer>
<div class="footer_container">
<p>© Cannabinieri 2021 <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">CC-NC-4.0 </a>.</p>
<h6 id ="l1"><a href="/contact">{{ "footer_item1"|translate(lang) }}</a></h6>
2021-12-19 18:38:42 +01:00
<!-- add game here or similar crowdfunding pitch -->
<h6 id ="l4"><a href="/crowdfunding">Donate</a></h6>
2021-10-28 20:33:35 +02:00
<h6 id ="l2"><a href="https://code.basabuuka.org/">Code</a></h6>
<h6 id ="l3"><a href="/privacy">{{ "footer_item2"|translate(lang) }}</a></h6>
</div>
</footer>