Ajout du footer

This commit is contained in:
Loic Masi
2026-03-06 13:46:08 +01:00
parent 98df6493d7
commit 3f1cc9d2f5
3 changed files with 17 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
@*
For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
*@
@{
}
<div class="container text-bg-light my-2 pb-0">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4">
<div class="col-md-4 d-flex align-items-center">
<span class="mb-3 mb-md-0 ms-5 text-body-secondary">&copy; ASP .NET Core - DIIAGE 2025 - 2026</span>
</div>
</footer>
</div>