-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
46 lines (44 loc) · 1.88 KB
/
Copy path404.html
File metadata and controls
46 lines (44 loc) · 1.88 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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Page non trouvée | Grégory Pirès</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="assets/css/style.min.css" />
<link rel="icon" type="image/x-icon" href="assets/images/favicon/favicon.ico">
<script defer src="assets/js/script.min.js"></script>
<meta name="robots" content="noindex, follow">
</head>
<body>
<header class="site-header">
<div class="container header-inner">
<a href="index.html" class="brand">
<img src="assets/images/Gregory_Pires_Photographe_Paris-blanc.png" alt="Grégory Pirès Photographe" style="height: 50px; width: auto;">
</a>
</div>
</header>
<main class="page-main">
<section class="hero hero-home" style="min-height: 80vh;">
<div class="hero-overlay" style="background: var(--black);"></div>
<div class="container hero-content reveal" style="text-align: center; max-width: 100%;">
<p class="hero-kicker">Erreur 404</p>
<h2>L'instant est introuvable</h2>
<p class="hero-subtitle" style="margin: 0 auto 30px;">
La page que vous recherchez n'existe pas ou a été déplacée.
</p>
<div class="hero-actions">
<a href="index.html" class="btn btn-primary">Retour à l'accueil</a>
</div>
</div>
</section>
</main>
<footer class="site-footer section-dark">
<div class="container footer-inner">
<p class="footer-copy">© 2024 Grégory Pirès. Tous droits réservés.</p>
</div>
</footer>
</body>
</html>