crispypin.cc_old/templates/footer.html
2023-01-11 22:46:18 +01:00

8 lines
No EOL
363 B
HTML

<footer>
<p>You can find me here:</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/itch.io.svg" alt="" width=32px></a>
<a href="https://www.youtube.com/CrispyPin42"><img src="/icons/youtube.png" alt="" width=32px></a>
</div>
</footer>