New buttons in the watch tab
This commit is contained in:
parent
c08af44759
commit
c66f324b20
1 changed files with 3 additions and 0 deletions
|
@ -26,9 +26,12 @@
|
|||
<h1>{TITLE}</h1>
|
||||
<p><a href="{BACK}">Back</a></p>
|
||||
<p>{VID_INFO}</p>
|
||||
<p><a href="/download/{VID_PATH}">Download</a>
|
||||
<br><a href="/{VID_PATH}">Compatibility Video player</a></p>
|
||||
<div class="fadediv">
|
||||
<video src="/video/{VID_PATH}" width="100%" controls></video>
|
||||
</div>
|
||||
<p class="note">Please note that the video player is unfinished, most commonly having issues on iOS devices.</p>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in a new issue