Rearrangement de l'import des fichiers dans le Layout
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user