feat: change footer to a simple one

This commit is contained in:
2025-11-08 10:33:06 +01:00
parent b3c61079a0
commit 1c147760e1

View File

@@ -26,13 +26,7 @@
<main class="app-main">{% block content %}{% endblock %}</main> <main class="app-main">{% block content %}{% endblock %}</main>
<footer class="app-footer"> <footer class="app-footer">
<p> <p>Powered with ❤️ by Flado</p>
&copy; 2025 Flado by
<a href="https://sandro.cazzaniga.fr" target="_blank"
>Sandro CAZZANIGA</a
>
</p>
<p>Built with Python, Flask and ❤️</p>
</footer> </footer>
</div> </div>