Metzploreur/views/404.ejs
clement callaert 35c07786cc mongodb
2023-11-05 16:55:18 +01:00

16 lines
460 B
Plaintext

<%- include('includes/head.ejs', {Title: 'error 500'}) %>
<link rel="stylesheet" type="text/css" href="css/401.css">
<head>
<body>
<%- include('includes/header.ejs') %>
<main>
<img src="img/space-galaxy-background.jpg" alt="fond" id="background-video">
<div id="first_div">
<h1>
Erreur 404 - Page non trouvée : La page que vous cherchez est introuvable.
</h1>
</div>
</main>
</body>