video
This commit is contained in:
parent
618b4506a9
commit
04a574a991
4 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
|
@ -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>
|
||||
|
|
|
@ -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…
Reference in a new issue