add footer feature in gmirator for gemtext files

This commit is contained in:
stev 2023-02-27 12:30:17 +01:00
parent df4ecbbea2
commit c7332459b9
16 changed files with 194 additions and 138 deletions

View file

@ -13,4 +13,11 @@
<h1># I'm learning networking</h1>
<p>I'm currently learning networking stuff to become a sysadmin on my own waiting for the formation to start. I'm looking at a free Coursera course and videos on Youtube and I'm having a blast learning all this but it makes me want to buy all kind of things that would be way overkill both for my wallet and for my home network...</p>
</body>
<footer>
<hr>
<ul>
<li>Mail me: steven.gibone <at> zaclys (dot) net</li>
<li><a href="https://mastodon.zaclys.com/@lonion">My mastodon profile<a></li>
</ul>
</footer>
</html>