video
This commit is contained in:
parent
ea7979b55b
commit
adccacf09c
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
<%- include('includes/header.ejs') %>
|
||||
<main>
|
||||
<video id="background-video" autoplay loop muted>
|
||||
<source src="video/videoBackground.mp4" type="video/mp4">
|
||||
<source src="https://www.vecteezy.com/video/11128600-space-galaxy-and-nebula" type="video/mp4">
|
||||
</video>
|
||||
<div id="first_div">
|
||||
<h1>
|
||||
|
|
|
@ -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="https://www.vecteezy.com/video/11128600-space-galaxy-and-nebula" type="video/mp4">
|
||||
</video>
|
||||
<div id="first_div">
|
||||
<h1>
|
||||
|
|
Loading…
Reference in a new issue