This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
phone_app/public/422.html
2021-08-23 10:26:02 +02:00

73 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Erreur 422</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<style>
body {
background-color: #EFEFEF;
color: #2E2F30;
font-family: helvetica, sans-serif;
font-weight:100;
}
h1{
font-weight:100;
}
div.dialog {
padding:1em 0;
text-align:center;
}
body > p {
width: 33em;
margin: 0 auto 1em;
padding: 1em 0;
background-color: #F7F7F7;
border: 1px solid #CCC;
border-right-color: #999;
border-bottom-color: #999;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-color: #DADADA;
color: #666;
box-shadow:0 3px 8px rgba(50, 50, 50, 0.17);
}
.error{
border-radius:50%;
margin:auto;
margin-top:1em;
height:300px ;
width:300px;
border:3px solid gray;
font-size:130px;
line-height:290px;
color:gray;
text-align:center;
}
</style>
</head>
<body>
<!-- This file lives in public/404.html -->
<div class="error">
422
</div>
<div class="dialog">
<h1>Oupsss...</h1>
Le changement que vous avez demandé n'a pas pu être effectué.
</div>
</body>
</html>