-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
97 lines (96 loc) · 3.27 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="fr" prefix="og: https://ogp.me/ns#">
<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 - Le Naanifik Street Food</title>
<meta
name="description"
content="Le Naanifik c'est le foodtruck innovant des Alpes-de-Haute-Provence. Rendez-vous au coeur de Digne-les-Bains pour découvrir une cuisine gourmande et 100% faite maison. Le Naanifik c'est à la fois une cuisine du monde et d'un savoir-faire artisanal et Provençal"
/>
<meta name="author" content="Code Breaker" />
<link rel="icon" href="favicon.ico" />
<link rel="apple-touch-icon" href="favicon.png" />
<meta property="og:site_name" content="Le Naanifik" />
<meta
property="og:title"
content="Page introuvable - Le Naanifik Street Food"
/>
<meta
property="og:description"
content="Le Naanifik c'est le foodtruck innovant des Alpes-de-Haute-Provence"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.lenaanifik.fr" />
<meta
property="og:image"
content="https://le-naanifik.s3.eu-west-3.amazonaws.com/og_naanifik.jpg"
/>
<meta
property="og:image:alt"
content="Bannière avec le logo du Naanifik Street Food"
/>
</head>
<body>
<section class="section_notfound container">
<div class="section_notfound-content">
<h1>Page introuvable !</h1>
<p
>La page ou la ressource que vous êtes train de chercher a été
modifiée ou n’existe pas.<br />
Rendez vous à l’accueil du site.</p
>
<a href="/" class="notfound_content-link">Retourner à l'accueil</a>
</div>
<div class="section_notfound-images">
<picture>
<source
srcset="
https://le-naanifik.s3.eu-west-3.amazonaws.com/abstract_blue.webp
"
type="image/webp"
/>
<source
srcset="
https://le-naanifik.s3.eu-west-3.amazonaws.com/abstract_blue.png
"
type="image/png"
/>
<img
class="notfound_images-blue"
src="https://le-naanifik.s3.eu-west-3.amazonaws.com/abstract_blue.png"
alt="forme abstraite inspirée du logo du naanifik en 3d"
width="160"
height="160"
/>
</picture>
<picture>
<source
srcset="
https://le-naanifik.s3.eu-west-3.amazonaws.com/abstract_orange.webp
"
type="image/webp"
/>
<source
srcset="
https://le-naanifik.s3.eu-west-3.amazonaws.com/abstract_orange.png
"
type="image/png"
/>
<img
class="notfound_images-orange"
src="https://le-naanifik.s3.eu-west-3.amazonaws.com/abstract_orange.png"
alt="forme abstraite inspirée du logo du naanifik en 3d"
width="320"
height="320"
/>
</picture>
</div>
</section>
<script type="module" src="/src/notFound.ts"></script>
</body>
</html>