This commit is contained in:
biglyderv 2024-09-19 06:09:07 -04:00
parent 903f4c8882
commit efff960a55
No known key found for this signature in database
GPG key ID: 33AC87E9ACE66954
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
<%- include('header.ejs') -%>
<div class='area'>
<h1>Video</h1>
<video controls src='/videos/<%= videoData.id %>.mp4'></video>
<video controls src='/videos/<%= videoData.id %>.webm'></video>
<div><b>
<%= videoData.title %>
</b>