Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 1ad0f78f rédigé par salixor's avatar salixor
Parcourir les fichiers

Retrait de l'erreur 403

parent e1ea48e1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8 />
<title>Oops, une erreur 403 ...</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:300i" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="icon" href="/ressources/favicon.ico" type="image/x-icon" />
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="theme-color" content="#333333">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<style>
* {
box-sizing: border-box;
margin: 0;
padding: 0;
text-decoration: none;
}
::selection { background-color: rgba(0,0,0,0.5); }
html {
background: #ffffff url('ressources/403.png') no-repeat center bottom fixed;
background-size: cover;
font-size: calc(1.5vw + 1.5vh);
color: #333;
font-family: 'Roboto', cursive;
text-align: right;
position: relative;
height: 100%;
}
.message {
position: absolute;
bottom: calc(0.5vw + 0.5vh);
right: calc(0.5vw + 0.5vh);
margin-left: calc(0.5vw + 0.5vh);
margin-top: calc(0.5vw + 0.5vh);
background-color: rgba(255, 255, 255, 0.9);
padding: 25px;
padding: calc(1.5vw + 1.5vh);
}
a { color: #2f2b6f; }
a:hover { color: #4943ac; }
a:active { color: #1f1d4a; }
</style>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="message">
Désolé, cette page ne vous est pas accessible !<br/><a href="/index.html">Retour à l'accueil</a>
</div>
</body>
</html>
ressources/403.png

1,12 Mo

0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter