add icons and links to footer

This commit is contained in:
Crispy 2021-06-25 14:47:20 +02:00
parent f909279076
commit a1b500236f
10 changed files with 38 additions and 12 deletions

View file

@ -1,2 +1,9 @@
<footer>crispypin.cc</footer>
<footer>
<p>crispypin.cc</p>
<div class="links">
<a href="https://github.com/CrispyPin"><img src="/icons/github.png" alt="" width=32px> </a>
<a href="https://crispypin.itch.io/"><img src="/icons/itchio.svg" alt="" width=32px> </a>
<a href="https://twitter.com/CrispyPin42"><img src="/icons/twitter.png" alt="" width=32px> </a>
</div>
</footer>
<div class="scroll-reset" onclick="window.scrollTo(0,0)"></div>