beta v.1.1

This commit is contained in:
2025-10-12 10:03:31 -03:00
parent c476b0171f
commit 4c05c3b6af
39 changed files with 410 additions and 11 deletions

View File

@@ -0,0 +1,12 @@
<footer class="footer mt-auto py-3 text-center bg-body-tertiary">
<div class="container">
<a class="navbar-brand --bs-success-text-emphasis" href="{% url 'Home' %}"> © Weverton </a>
</div>
</footer>
<style>
footer {
position: fixed;
bottom: 0;
width: 100%;
}
</style>