adds footer

This commit is contained in:
Michael Beck 2025-03-30 20:37:05 +02:00
parent 897d893216
commit 593086c47a
2 changed files with 9 additions and 0 deletions

View File

@ -13,5 +13,6 @@
<div class="container py-4">
{% block content %}{% endblock %}
</div>
{% include 'footer.html' %}
</body>
</html>

View File

@ -0,0 +1,8 @@
<footer>
<div class="text-center mt-5">
<p class="text-muted small">
Powered by Flask • SQLite • Bootstrap • PyZotero<br>
Designed for academic use on a local network.
</p>
</div>
</footer>