-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforbidden.php
More file actions
47 lines (47 loc) · 1.99 KB
/
forbidden.php
File metadata and controls
47 lines (47 loc) · 1.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Unauthorized Access | PHP & API</title>
<!-- Styles -->
<link href="https://demo.elodiebayet.com/neptune/assets/css/unavailable.css" rel="stylesheet" type="text/css" media="screen">
<link href="https://demo.elodiebayet.com/php-mvc/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">
</head>
<body>
<header>
<div class="block">
<a href="https://www.elodiebayet.com" class="applogo" title="Go to the website">
<span class="icon"><img src="https://www.elodiebayet.com/shared/trademark/elodie_bayet_side_icon_wt.svg" alt=""></span>
<span class="title">PHP & API</span>
</a>
</div>
</header>
<main>
<header>
<h1>Forbidden</h1>
</header>
<section>
<h2>Error number 403</h2>
<p>This area isn't accessible to unauthorized users. Thanx to click on the logo for a correct redirection.</p>
</section>
</main>
<footer>
<div id="author">
<p>
<span>PHP & API © 2019-2025 — All rights reserved — v.2.0 — </span>
<a href="https://www.elodiebayet.com" title="Voir le site" target="_blank" rel="noopener">
Developed by Elodie Bayet
<img src="https://www.elodiebayet.com/shared/trademark/elodie_bayet_icon_wt.svg" alt="Icon of Elodie Bayet's logo">
</a>
</p>
</div>
</footer>
</body>
</html>