This commit is contained in:
biglyderv 2024-11-25 14:12:44 -05:00
parent cd0380f697
commit 3dea44dacf
12 changed files with 170 additions and 174 deletions

View file

@ -1,8 +1,8 @@
<%- include('header.ejs') -%>
<div class='video-wrapper'>
<video src='/videos/<%= videoData.id %>.webm'></video>
<video class='player' src='/videos/<%= videoData.id %>.webm'></video>
<div class="progressbar">
<div></div>
<div class="progressbar-div"></div>
</div>
<div class='controls'>
<div class='play'><img src='/static/img/play.svg' class='dark'></div>