crispypin.cc_old/templates/footer.html

8 lines
375 B
HTML
Raw Permalink Normal View History

<footer>
2023-03-21 23:09:50 +01:00
<p>me on other interweb location(s):</p>
<div class="links">
2022-05-07 22:05:22 +02:00
<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>