Rearrangement de l'import des fichiers dans le Layout

This commit is contained in:
Loic Masi
2026-03-24 14:49:21 +01:00
parent 20ac3d994f
commit 366f936b54
3 changed files with 3 additions and 4 deletions

View File

@@ -6,10 +6,11 @@
<title>@ViewData["Title"] - Webzine</title>
@* Ajout de bootstrap *@
<script src="~/js/bootstrap.bundle.js" defer></script> @* //TODO script pas bien placé *@
<link rel="stylesheet" href="~/css/bootstrap.min.css">
<link rel="stylesheet" href="~/css/app.css"> @* // TODO mettre le app.css après le bootstrap pour pouvoir override les styles de bootstrap si besoin *@
<link rel="stylesheet" href="~/css/all.min.css">
<link rel="stylesheet" href="~/css/app.css">
<script src="~/js/bootstrap.bundle.js" defer></script>
</head>
<body>
<partial name="_Header"/>