-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
57 lines (50 loc) · 1.82 KB
/
404.html
File metadata and controls
57 lines (50 loc) · 1.82 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Page non disponible</title>
<script src="https://use.typekit.net/lkh0ago.js"></script>
<script>
try {
Typekit.load({
async: true
});
} catch (e) {}
</script>
<link rel="stylesheet" href="/css/reset.min.css">
<link rel="stylesheet" href="/css/error.css">
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="https://assets.princelle.org/favicon.png" type="image/x-icon">
<link rel="icon" href="https://assets.princelle.org/favicon.png" type="image/x-icon">
</head>
<body>
<main>
<div>
<div>
<span>Erreur 404</span>
<span>Page non disponible...</span>
</div>
<svg viewBox='0 0 200 600'>
<polygon points='118.302698 8 59.5369448 66.7657528 186.487016 193.715824 14 366.202839 153.491505 505.694344 68.1413353 591.044514 200 591.044514 200 8'></polygon>
</svg>
</div>
<svg class='crack' viewBox='0 0 200 600'>
<polyline points='118.302698 8 59.5369448 66.7657528 186.487016 193.715824 14 366.202839 153.491505 505.694344 68.1413353 591.044514'></polyline>
</svg>
<div>
<svg viewBox='0 0 200 600'>
<polygon points='118.302698 8 59.5369448 66.7657528 186.487016 193.715824 14 366.202839 153.491505 505.694344 68.1413353 591.044514 0 591.044514 0 8'></polygon>
</svg>
<div>
<span>Désolé mais la page que vous essayez d'accéder n'est pas disponible !</span>
<span>
<a href="https://contact.princelle.org" style="text-decoration: none; color: white;">
<b>Contacter l'administrateur ?</b>
</a>
</span>
</div>
</div>
</main>
</body>
</html>