Browse Source

mongodb

main
clement callaert 2 years ago
parent
commit
3001172014
  1. 2
      views/adminPage.ejs
  2. 2
      views/profile.ejs

2
views/adminPage.ejs

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

2
views/profile.ejs

@ -5,7 +5,7 @@
<%- include('includes/header') %>
<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">
<source src="video/milkyWay.mp4" type="video/mp4">
</video>
<div id="first_div">

Loading…
Cancel
Save