-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
23 lines (23 loc) · 1019 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page introuvable - 20sylDB</title>
<!-- Inclure le fichier CSS, Bootstrap CSS et ajouter un icône -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="src/css/style.css"/>
<link rel="icon" href="src/database.ico"/>
</head>
<body class="d-flex align-items-center justify-content-center" style="height: 100vh; background-color: #252525; color: #ffffff;">
<!-- Ajouter un texte au centre de la page -->
<div class="container">
<div class="row justify-content-center">
<div class="col-md">
<h1 class="text-center mb-4">Page introuvable</h1>
<h3 class="text-center">Vous n'avez soit pas l'accès, ou la page demandée n'existe pas.</h2>
</div>
</div>
</div>
</body>
</html>