make footer a shared component

This commit is contained in:
2024-11-24 01:53:35 +01:00
parent 2d0ec47679
commit c3f4363091
7 changed files with 18 additions and 12 deletions

11
components/footer.html Normal file
View File

@@ -0,0 +1,11 @@
<footer class="flex row space-between">
<div></div>
<div>
<p>
I hate web-dev, but ig it's cool to have a website
<br />
and no, no <i>light</i> mode, I have enough with this
</p>
</div>
<div><a href="https://git.javalsai.dynv6.net/javalsai/website">source</a></div>
</footer>