Add footer
All checks were successful
Deploy to Server / deploy (push) Successful in 11s

This commit is contained in:
Joakim Hellsén 2026-03-13 03:08:06 +01:00
commit f3bb95cc4f
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
2 changed files with 15 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -239,5 +239,20 @@
{% block content %} {% block content %}
<!-- Main content will be injected here --> <!-- Main content will be injected here -->
{% endblock content %} {% endblock content %}
<footer>
<div style="text-align: center; font-size: 0.9em; color: #6a737d">
<img src="{% static 'toycar_driving_lc.gif' %}"
alt="Animated toy car driving"
width="156"
height="156"
loading="lazy" />
<br />
CC0; Information wants to be free.
<br />
Data retrival possible because of <a href="https://github.com/DevilXD/TwitchDropsMiner">DevilXD/TwitchDropsMiner</a>.
<br />
Data fetched at :01, :16, :31, and :46.
</div>
</footer>
</body> </body>
</html> </html>