crispypin.cc_old/templates/footer.html

9 lines
443 B
HTML
Raw Normal View History

2021-06-25 14:47:20 +02:00
<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>
2021-06-25 01:33:18 +02:00
<div class="scroll-reset" onclick="window.scrollTo(0,0)"></div>