Metzploreur/views/401.ejs

16 lines
535 B
Text
Raw Permalink Normal View History

2023-11-01 03:01:31 +01: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 16:55:09 +01:00
<img src="img/space-galaxy-background.jpg" alt="fond" id="background-video">
2023-11-01 03:01:31 +01:00
<div id="first_div">
<h1>
2023-11-04 00:48:04 +01:00
Erreur 401 - Non autorisé : Accès refusé. Vous n'avez pas les permissions nécessaires pour accéder à cette ressource. Veuillez créer un compte
2023-11-01 03:01:31 +01:00
</h1>
</div>
</main>
</body>