Skip to content
Extraits de code Groupes Projets
Valider 1b758dcc rédigé par Etienne BRATEAU's avatar Etienne BRATEAU
Parcourir les fichiers

Beginning of 404 page.

parent 7ede629b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline #
ErrorDocument 404 /404.html
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Erreur 404</title>
</head>
<body>
<div class="h-100 container">
<div class="row text-center">
<h1 class="h1-404 text-center">Erreur 404</h1>
<a class="btn btn-lg btn-success text-center" >Cliquer pour réparer</a>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="assets/app.bundle.js"></script>
</body>
</html>
......@@ -2,12 +2,28 @@ body {
background: url("https://images5.alphacoders.com/764/thumb-1920-764519.jpg");
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}
#btn-action {
margin-top: 75px;
}
.button {
width: 30%;
margin-left: 100px;
line-height: 75px;
}
.h-100 {
min-height: 100%;
height: 100%;
}
.h1-404 {
margin: 0;
padding: 0;
}
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter