Metzploreur/views/futur.ejs
clement callaert ea7979b55b commit
2023-11-04 00:51:37 +01:00

17 lines
506 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>
Cette partie du site sera disponible après la campagne de BDE
</h1>
</div>
</main>
</body>