assettrack/templates/footer.html
candifloss 18d7280d72 Fix: Footer style
The footer no longer covers the page contents
2025-04-07 09:53:06 +05:30

12 lines
594 B
HTML

<footer class="footer mt-auto py-1 bg-light border-top">
<div class="container">
<div class="row align-items-center">
<div class="col text-center text-muted small">
Powered by
<a href="https://git.candifloss.cc/candifloss/flask_crud_app" class="text-decoration-none">AssetTrack</a> |
&copy; 2025 <a href="https://candifloss.cc" class="text-decoration-none">candifloss</a> |
<a href="https://www.gnu.org/licenses/gpl-3.0.html" class="text-decoration-none">GNU GPLv3</a>
</div>
</div>
</div>
</footer>