-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotfound.php
More file actions
72 lines (71 loc) · 3.35 KB
/
notfound.php
File metadata and controls
72 lines (71 loc) · 3.35 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contenu inexistant | PHP & MVC</title>
<!-- Styles -->
<link href="https://demo.elodiebayet.com/neptune/assets/css/unavailable.css" rel="stylesheet" type="text/css" media="screen">
<link href="/assets/css/error.css" rel="stylesheet" type="text/css" media="screen">
<!-- Identity and parameters -->
<meta name="description" content="La démo est temporairement indisponible">
<meta name="author" content="Elodie Bayet, www.elodiebayet.com">
<meta name="copyright" content="Elodie Bayet © 2025">
<meta name="theme-color" content="#0c7f8e">
<link rel="icon" href="https://www.elodiebayet.com/shared/trademark/elodie_bayet_side_favicon.png" type="image/png">
<!-- Sharing Properties -->
<meta property="og:title" content="Application indisponible | PHP & MVC">
<meta property="og:type" content="website">
<meta property="og:url" content="https://demo.elodiebayet.com/php-mvc">
<meta property="og:description" content="La démo est temporairement indisponible">
<meta property="og:image" content="https://www.elodiebayet.com/assets/ads/elodiebayet_websitebanner.jpg">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="380">
<!-- Scripts -->
<script defer src="https://demo.elodiebayet.com/neptune/assets/js/individual.js"></script>
</head>
<body>
<header>
<div class="block">
<a href="/" class="applogo" title="Retourner à l'accueil du site">
<span class="icon"><img src="https://www.elodiebayet.com/shared/trademark/elodie_bayet_side_icon_wt.svg" alt=""></span>
<span class="title">PHP & MVC</span>
</a>
<nav class="langmenu">
<ul>
<li>
<a class="selected" href="#fr" hreflang="fr" title="Changer la version linguistique">Français</a>
</li>
<li>
<a href="#en" hreflang="en" title="Change the language">English</a>
</li>
</ul>
</nav>
</div>
</header>
<main>
<header>
<h1 lang="fr">Contenu inexistant</h1>
<h1 lang="en">Content not found</h1>
</header>
<section>
<h2 lang="fr">Numéro d'erreur 404</h2>
<h2 lang="en">Error number 404</h2>
<p lang="fr">Ce contenu n'existe pas. Merci de vous rediriger correctement en cliquant sur le logo.</p>
<p lang="en">This content doesn't exist. Thanx to click on the logo for a correct redirection.</p>
</section>
</main>
<footer>
<div id="author">
<p lang="fr">
<span>PHP & MVC © 2019-2025 — Tous droits réservés — v.2.0 — </span>
<a href="https://www.elodiebayet.com" title="Voir le site" target="_blank" rel="noopener">
Développé par Elodie Bayet
<img src="https://www.elodiebayet.com/shared/trademark/elodie_bayet_icon_wt.svg" alt="Icône du Logo de Elodie Bayet représentant une plume stylisée dans un cercle épais">
</a>
</p>
</div>
</footer>
</body>
</html>