You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
1.9 KiB
85 lines
1.9 KiB
2 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="fr">
|
||
|
<head>
|
||
|
<title>page introuvable</title>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="description" content="error page custom"/>
|
||
|
<meta name="author" content="Max"/>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
|
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="logo">
|
||
|
<img src="https://www.legaragenumerique.fr/wp-content/uploads/2019/10/logo-web-garage_numerique.png" alt="logo du garage numérique"></img>
|
||
|
</div>
|
||
|
<hr class="ligne">
|
||
|
<div class="text">
|
||
|
|
||
|
<h1>Cette page est actuellement en maintenance...</h1>
|
||
|
<h2>laissez-vous guider <a href="https://www.legaragenumerique.fr/">BACK</a></h2>
|
||
|
</div>
|
||
|
<div class="error">
|
||
|
<img src="https://www.legaragenumerique.fr/wp-content/uploads/2019/10/Transformer-150x150-1-150x61.png" alt="Transformer logo"></img>
|
||
|
</div>
|
||
|
<!--CSS------------------------------------------------------------------------------------------>
|
||
|
<style>
|
||
|
body{
|
||
|
height: 95vh;
|
||
|
background: white;
|
||
|
text-align: center;
|
||
|
color: black;
|
||
|
font-family: 'Fira Mono', monospace;
|
||
|
}
|
||
|
h1{
|
||
|
font-size: 2.5rem;
|
||
|
font-family: 'Lobster', cursive;
|
||
|
}
|
||
|
.logo{
|
||
|
width: 5em 5em 5em ;
|
||
|
height: 5em;
|
||
|
margin: auto;
|
||
|
}
|
||
|
.error{
|
||
|
width: 5em 5em 5em ;
|
||
|
height: 5em;
|
||
|
margin-top: 5em;
|
||
|
}
|
||
|
hr{
|
||
|
width: 70%;
|
||
|
size: 2%;
|
||
|
}
|
||
|
|
||
|
.text{
|
||
|
margin-top: 4.5rem;
|
||
|
}
|
||
|
|
||
|
a{
|
||
|
color: orange;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
/* ........................................................................ */
|
||
|
/*MEDIA*/
|
||
|
@media screen and (min-width: 980px){
|
||
|
h1{
|
||
|
width: auto;
|
||
|
}
|
||
|
.text{
|
||
|
width: auto;
|
||
|
display: block;
|
||
|
}
|
||
|
.logo{
|
||
|
width: auto;
|
||
|
}
|
||
|
.error{
|
||
|
width: auto;
|
||
|
}
|
||
|
a{
|
||
|
width: auto;
|
||
|
}
|
||
|
}
|
||
|
</style>
|
||
|
</body>
|
||
|
</html>
|