add: SSI for header and footer of pages

This commit is contained in:
2024-04-22 11:53:32 +02:00
parent 3a89f30a76
commit 027f246110
7 changed files with 41 additions and 119 deletions

8
pages/footer.html Normal file
View File

@@ -0,0 +1,8 @@
<html>
<footer id="foot">
<a href="//gnu.org"><img alt="GNU/Linux" src="/images/footer/gnu_linux.png" /></a>
<img alt="" src="/images/footer/internet-privacy.gif" />
<a href="//torproject.org"><img alt="Tor" src="/images/footer/tor.gif" /></a>
<a href="."><img alt="patate.dev" src="/images/footer/patate_dev.png" /></a>
</footer>
</html>