Files
CenterPes/Templates/components/_footer.html
2025-11-01 18:10:39 -03:00

12 lines
311 B
HTML

<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' %}"> © CenterPes </a>
</div>
</footer>
<style>
footer {
position: fixed;
bottom: 0;
width: 100%;
}
</style>