add simple footer

This commit is contained in:
Sebastian Hugentobler 2024-05-06 16:37:10 +02:00
parent a91fe9a0bb
commit 17625f1be4
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -25,5 +25,9 @@
<main class="container">
{% block content %}{% endblock content %}
</main>
<footer class="container">
<hr />
<small>From <a href="https://code.vanwa.ch/shu/rusty-library">https://code.vanwa.ch</a> under <a href="https://www.gnu.org/licenses/agpl-3.0.txt">AGPL-3</a></small>
</footer>
</body>
</html>