1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-07-10 13:37:57 +00:00
now-playing/layouts/partials/footer.html

6 lines
233 B
HTML
Raw Normal View History

2019-11-27 17:06:26 +00:00
<footer class="footer">
2021-01-22 11:37:58 +00:00
<a class="footer__logo" href="https://glitch.family">
2022-03-26 13:54:48 +00:00
<img src="{{ "/images/logo-glitch-family.svg" | absURL }}" width="307" height="72" alt="by Glitch.Family" title="by Glitch.Family">
2021-01-22 11:37:58 +00:00
</a>
2019-11-27 17:06:26 +00:00
</footer>