Metzploreur/views/403.ejs

16 lines
475 B
Plaintext
Raw Permalink Normal View History

2023-11-01 02:01:31 +00:00
<%- include('includes/head.ejs', {Title: 'error 500'}) %>
<link rel="stylesheet" type="text/css" href="css/401.css">
<head>
<body>
<%- include('includes/header.ejs') %>
<main>
2023-11-05 23:19:41 +00:00
<img src="img/space-galaxy-background.jpg" alt="fond" id="background-video">
2023-11-01 02:01:31 +00:00
<div id="first_div">
<h1>
Erreur 403 - Accès interdit : Vous n'êtes pas autorisé à accéder à cette ressource.
</h1>
</div>
</main>
</body>