adding video for the main div

This commit is contained in:
Arjun Patel
2019-01-25 22:01:55 -08:00
parent 33dd23759a
commit 322fb3848a
4 changed files with 6 additions and 3 deletions
+2 -3
View File
File diff suppressed because one or more lines are too long
Binary file not shown.
BIN
View File
Binary file not shown.
+4
View File
@@ -55,6 +55,10 @@
</form>
<div id="popup">replace text dynamically</div>
<div class="hero-media">
<video autoplay muted loop>
<source src="./dist/images/video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
</div>