-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
65 lines (65 loc) · 2.21 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>Page introuvable - Code Breaker</title>
<meta name="description" content="Concepteur de site web sur mesure" />
<meta
name="keywords"
content="Code Breaker, conception de site web, interface graphique, expérience utilisateur, webdesign, Alpes-de-Haute-Provence"
/>
<meta name="author" content="Code Breaker" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<link rel="apple-touch-icon" href="favicon.png" />
<link rel="canonical" href="https://www.codebreaker.fr" />
<meta property="og:site_name" content="Code Breaker" />
<meta property="og:title" content="Concepteur de site web" />
<meta
property="og:description"
content="Code Breaker, concepteur de site web sur mesure."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.codebreaker.fr" />
<meta
property="og:image"
content="https://imcodebreaker.s3.eu-west-3.amazonaws.com/og_codebreaker.jpg"
/>
<meta
property="og:image:alt"
content="Bannière avec le logo Code Breaker"
/>
</head>
<body>
<main class="notfound container">
<div class="notfound_content">
<h1>Page introuvable !</h1>
<p
>L’expérience recherchée est momentanément indisponible, n’existes
plus ou n’a simplement pas encore été crée.</p
>
<a href="/" class="button">Retourner à l'accueil</a>
</div>
<picture class="notfound_image">
<source
srcset="
https://imcodebreaker.s3.eu-west-3.amazonaws.com/satellite.webp
"
type="image/webp"
/>
<img
src="https://imcodebreaker.s3.eu-west-3.amazonaws.com/satellite.png"
alt="Satelitte en 3D vu de 3/4"
width="660"
height="520"
/>
</picture>
</main>
<div class="cursor_dot"></div>
<script type="module" src="/src/notFound.ts"></script>
</body>
</html>