Skip to content
Snippets Groups Projects
Commit 6cb4eb26 authored by Maxime Gosselin's avatar Maxime Gosselin
Browse files

Ajout de toutes les favicons

parent bdbc8f76
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css">
<link href="<%= request.getContextPath() %>/res/font.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="<%= request.getContextPath() %>/res/favicon.ico">
</head>
<body>
<div class="container-fluid">
......
......@@ -36,6 +36,7 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css">
<link href="<%= request.getContextPath() %>/res/font.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="<%= request.getContextPath() %>/res/favicon.ico">
<!-- Pour le offcanva (liste des utilisateurs du threads) -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
......
......@@ -20,6 +20,7 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css">
<link href="<%= request.getContextPath() %>/res/font.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="<%= request.getContextPath() %>/res/favicon.ico">
</head>
<body>
<div class="container-fluid">
......
......@@ -8,6 +8,7 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css">
<link href="<%= request.getContextPath() %>/res/font.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="<%= request.getContextPath() %>/res/favicon.ico">
</head>
<body>
<div class="container-fluid">
......
......@@ -7,6 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css">
<link rel="icon" type="image/x-icon" href="<%= request.getContextPath() %>/res/favicon_error.ico">
<title>Villeneuve Chat - Erreur</title>
</head>
<body>
......
......@@ -23,6 +23,7 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css">
<link href="res/font.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="<%= request.getContextPath() %>/res/favicon.ico">
</head>
<body>
<div class="container-fluid">
......
......@@ -22,6 +22,7 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css">
<link href="res/font.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="<%= request.getContextPath() %>/res/favicon.ico">
</head>
<body>
<div class="container-fluid">
......
......@@ -10,6 +10,7 @@
<title>Villeneuve Chat - Connexion</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="res/font.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="<%= request.getContextPath() %>/res/favicon.ico">
</head>
<body>
<div class="container d-flex justify-content-center flex-column">
......
......@@ -11,6 +11,7 @@
<title>Villeneuve Chat - Créer un compte</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="res/font.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="<%= request.getContextPath() %>/res/favicon.ico">
</head>
<body>
<div class="container d-flex justify-content-center flex-column">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment