-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
50 lines (45 loc) · 2.28 KB
/
404.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!doctype html>
<html class="no-js" lang="fr">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Objets Parles</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- liens des favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<link rel="mask-icon" href="favicon/safari-pinned-tab.svg" color="#00aba9">
<link rel="shortcut icon" href="favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="msapplication-config" content="favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- liens css -->
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
</head>
<body class="page-404">
<main>
<h1>Don't panic !</h1>
<h2>C'est juste une page 404</h2>
<p>Désolé, vous êtes actuellement sur une page qui n'existe pas !</p>
<p><b>Nous aussi, on cherche la page que vous cherchez :D</b> <br /> <small> <em> En attendant attraper
l'argent qui
vole :) </em> </small></p>
<video poster="error/error.jpg" autobuffer autoplay muted loop>
<source src="error/error.mp4" type="video/mp4">
<source src="error/error.ogv" type="video/ogg">
<source src="error/error.webm" type="video/webm">
</video>
<img class="touchme" src="error/money.gif" width="500" height="455" alt="money flies" />
<img class="snoop" src="error/snoop.gif" alt="dancing snoop" style="display: none;" />
<img class="putin" src="error/putin.gif" alt="dancing putin" style="display: none;" />
</main>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="error/error.js"></script>
</body>
</html>
<!-- IE needs 512+ bytes: https://blogs.msdn.microsoft.com/ieinternals/2010/08/18/friendly-http-error-pages/ -->