-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patherror.html
More file actions
29 lines (29 loc) · 749 Bytes
/
Copy patherror.html
File metadata and controls
29 lines (29 loc) · 749 Bytes
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
27
28
29
<!DOCTYPE html>
<html lang="fr-FR">
<head>
<title>La résurrection du rallongeur d'URL de Nicolas ANELKA</title>
<style type="text/css">
body {
text-align: center;
margin-left: 25%;
margin-right: 25%;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: small;
background: #666;
}
div {
border: 1px solid;
padding: 2em;
background: #fff;
min-width: 400px;
min-height: 250px;
}
</style>
</head>
<body>
<div>
<h1>{{ message }}</h1>
<p><a href="http://clique-salope.ovh/">Retourne à l'index, salope.</a></p>
</div>
</body>
</html>