web/footer.html

34 lines
1.3 KiB
HTML
Raw Normal View History

2022-03-05 21:24:31 +00:00
<footer>
<div id="footer-main">
2022-03-15 18:39:38 +00:00
<div>
2022-03-05 21:24:31 +00:00
<a href="https://git.gyiwr.tf/gyiwr/tree/LICENSE">
2022-03-15 18:39:38 +00:00
<img src="img/gplv3-or-later.png" />
2022-03-05 21:24:31 +00:00
</a>
</div>
<div id="footer-text">
<p>Site sans cookie, ni JS, ni tracker.</p>
<p><a href="https://git.gyiwr.tf/gyiwr/tree/%file%">Code source de la page</a></p>
<p id="footer-contact">2021 (c) rick <span id="footer-link-email">&lt;rick [at] gnous [dot] eu&gt;</span></p>
</div>
2022-03-15 18:39:38 +00:00
<a id="fsf" href="https://my.fsf.org/join">
<img src="img/fsf.png" />
</a>
2022-03-05 21:24:31 +00:00
</div>
2022-03-15 18:39:38 +00:00
<div id="buttons">
<a href="http://www.vim.org/">
<img src="img/vim.gif" />
</a>
<img src="img/no-cookie.png" />
<a href="http://www.mabsland.com/Adoption.html">
<img src="img/Censor_Gc.gif" />
</a>
<img src="img/paws.png" />
<a href="https://web3isgoinggreat.com/">
<img src="img/keep.gif" />
</a>
2022-03-05 21:24:31 +00:00
</div>
</footer>
</body>
</html>