first commit

This commit is contained in:
2025-10-12 14:45:18 +00:00
commit 6e7348359f
183 changed files with 32396 additions and 0 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>