diff --git a/403page.html b/403page.html deleted file mode 100644 index 5f034ec64581a20513e8ec5a5e54c623fa2253c3..0000000000000000000000000000000000000000 --- a/403page.html +++ /dev/null @@ -1,62 +0,0 @@ -<!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> diff --git a/ressources/403.png b/ressources/403.png deleted file mode 100644 index 29bd051a9ed476dc86fa3e965a9668dcfd8610b5..0000000000000000000000000000000000000000 Binary files a/ressources/403.png and /dev/null differ