23 lines
866 B
Text
23 lines
866 B
Text
<%- include('includes/head.ejs', {Title: 'welcome'}) %>
|
|
<link rel="stylesheet" type="text/css" href="css/page-daccueil.css">
|
|
</head>
|
|
<body>
|
|
<%- include('includes/header.ejs') %>
|
|
<main>
|
|
<video id="background-video" autoplay loop muted>
|
|
<source src="video/videoMilkyWay.mp4" type="video/mp4">
|
|
</video>
|
|
<div class="divLogoPerm">
|
|
<img src="img/logoMetzPloreur.JPG" alt="logo Metzploreur" id="logoMetzPloreur">
|
|
</div >
|
|
<div id="secondDiv">
|
|
<button href="/hotLine" class="button-64" role="button"><a href="/hotLine" class="custom-cursor">Campagne BDE</a></button>
|
|
</div>
|
|
<div class="divLogoPerm">
|
|
<img src="img/logoPermantEpaule.JPG" alt="logo BDE permanent" id="logoPermBDE">
|
|
<img id="logoliste" src="img/IMG_6768.JPG" alt="logo BDS" >
|
|
</div>
|
|
</main>
|
|
<%- include('includes/footer') %>
|
|
</body>
|
|
</html>
|