clement callaert 2 years ago
parent
commit
04a574a991
  1. BIN
      public/video/milkyWay.mp4
  2. BIN
      public/video/stars.mp4
  3. 2
      views/connexion.ejs
  4. 2
      views/index.ejs

BIN
public/video/milkyWay.mp4

Binary file not shown.

BIN
public/video/stars.mp4

Binary file not shown.

2
views/connexion.ejs

@ -5,7 +5,7 @@
<%- include('includes/header') %>
<main>
<video id="background-video" autoplay loop muted>
<source src="stars.mp4" type="video/mp4">
<source src="video/milkyWay.mp4" type="video/mp4">
</video>
<div id="first_div">
<h1>

2
views/index.ejs

@ -5,7 +5,7 @@
<%- include('includes/header.ejs') %>
<main>
<video id="background-video" autoplay loop muted>
<source src="milkyWay.mp4" type="video/mp4">
<source src="video/milkyWay.mp4"" type="video/mp4">
</video>
<div class="divLogoPerm">

Loading…
Cancel
Save