removed files not needed

This commit is contained in:
2023-05-17 16:36:02 +01:00
parent 0686c2539c
commit a12f14cdf6
19 changed files with 39 additions and 67 deletions

BIN
html/.DS_Store vendored

Binary file not shown.

BIN
html/css/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -22,8 +22,8 @@
<div class="wrap d-md-flex">
<div class="text-wrap p-4 p-lg-5 text-center d-flex align-items-center order-md-last">
<div class="text w-100">
<video controls crossorigin playsinline poster="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-HD.jpg" style="width:100%; visibility: hidden" id="video">
<source src="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-576p.mp4" id="video-player">
<video controls crossorigin playsinline poster="" style="width:100%; visibility: hidden" id="video">
<source src="" id="video-player">
<!-- Fallback for browsers that don't support the <video> element -->
<a href="" id="VideoDownload" download>Download</a>
</video>
@@ -158,7 +158,7 @@
function PlayVideo() {
// make the video div visible
Video.style.visibility = 'visible'
VideoPlayer.href= window.location + "&play=true"
VideoPlayer.src = window.location + "&play=true"
}

BIN
html/fonts/.DS_Store vendored

Binary file not shown.

BIN
html/images/.DS_Store vendored

Binary file not shown.

BIN
html/js/.DS_Store vendored

Binary file not shown.

BIN
html/scss/.DS_Store vendored

Binary file not shown.

Binary file not shown.