feat: generate the footer in pages
This commit is contained in:
parent
b4458acc13
commit
fb108b8cf7
8 changed files with 57 additions and 97 deletions
23
footer.html
Normal file
23
footer.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
|
||||
<footer>
|
||||
<div id="footer-main">
|
||||
<div id="left-buttons">
|
||||
<a href="https://git.gyiwr.tf/gyiwr/tree/LICENSE">
|
||||
<img src="img/gplv3-or-later.png"/>
|
||||
</a>
|
||||
<a href="http://www.mabsland.com/Adoption.html">
|
||||
<img src="img/Censor_Gc.gif"/>
|
||||
</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"><rick [at] gnous [dot] eu></span></p>
|
||||
</div>
|
||||
<img id="fsf" src="img/fsf.png"/>
|
||||
</div>
|
||||
<div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue