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