12 lines
310 B
HTML
12 lines
310 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' %}"> © Weverton </a>
|
|
</div>
|
|
</footer>
|
|
<style>
|
|
footer {
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
}
|
|
</style> |