Metzploreur/views/403.ejs
clement callaert b341199c69 video
2023-11-04 01:32:44 +01:00

17 lines
653 B
Text

<%- include('includes/head.ejs', {Title: 'error 500'}) %>
<link rel="stylesheet" type="text/css" href="css/401.css">
<head>
<body>
<%- include('includes/header.ejs') %>
<main>
<video id="background-video" autoplay loop muted>
<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">
</video>
<div id="first_div">
<h1>
Erreur 403 - Accès interdit : Vous n'êtes pas autorisé à accéder à cette ressource.
</h1>
</div>
</main>
</body>