Metzploreur/views/403.ejs
clement callaert cd1381db39 commit
2023-11-04 00:48:04 +01:00

17 lines
533 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="video/videoBackground.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>