-
Notifications
You must be signed in to change notification settings - Fork 0
/
405.html
26 lines (26 loc) · 1.38 KB
/
405.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
<title>405 - Méthode non autorisée</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<style type="text/css">
body { text-align: center; padding: 10%; font: 20px Helvetica, sans-serif; color: #333; }
h1 { font-size: 50px; margin: 0; }
article { display: block; text-align: left; max-width: 650px; margin: 0 auto; }
a { color: #33a5d6; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
@media only screen and (max-width : 480px) {
h1 { font-size: 40px; }
}
</style>
</head>
<body>
<article>
<h1><i class="fa fa-code" aria-hidden="true"></i> Méthode non autorisée — <i>405</i></h1>
<p>La méthode utilisée pour accéder à cette page est incorrete. Veuillez réessayer ou contacter l'administrateur</p>
<p id="signature">— Hosted with <i class="fa fa-heart" aria-hidden="true"></i> by <a href="https://www.bouillaudmartin.fr">Bouillaudmartin.fr <i class="fa fa-diamond" aria-hidden="true"></i></a></p>
</article>
</body>
</html>