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-03 23:48:04 +00:00
|
|
|
<video id="background-video" autoplay loop muted>
|
2023-11-04 00:32:44 +00:00
|
|
|
<source src="https://files.vecteezy.com/system/protected/files/006/671/832/vecteezy_traveling-through-star-fields-in-space-to-a-distant-galaxy_6671832_942.mp4" type="video/mp4">
|
2023-11-03 23:48:04 +00:00
|
|
|
</video>
|
2023-11-01 02:01:31 +00:00
|
|
|
<div id="first_div">
|
|
|
|
<h1>
|
2023-11-03 23:48:04 +00: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 02:01:31 +00:00
|
|
|
</h1>
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
</body>
|
|
|
|
|