Les erreurs sont indiquées en TODO. A corriger puis supprimer les commentaires
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
<title>@ViewData["Title"] - Webzine</title>
|
||||
|
||||
@* Ajout de bootstrap *@
|
||||
<script src="~/js/bootstrap.min.js" defer></script>
|
||||
<script src="~/js/bootstrap.bundle.js" defer></script>
|
||||
<link rel="stylesheet" href="~/css/app.css">
|
||||
<script src="~/js/bootstrap.min.js" defer></script> //TODO virer le bootstrap.bundle.js qui est en double
|
||||
<script src="~/js/bootstrap.bundle.js" defer></script> //TODO script pas bien placé
|
||||
<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/bootstrap.min.css">
|
||||
|
||||
@* Ajout de font-awesome *@
|
||||
@* Ajout de font-awesome, TODO cdn à virer, mettre font awesome dans le projet *@
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user