Base: Move test-webm.webm out of /home/anon

This commit is contained in:
circl 2024-06-24 12:45:42 +02:00 committed by Andrew Kaster
parent 9f7f6aa80c
commit 63fa32416d
5 changed files with 5 additions and 5 deletions

View File

@ -41,7 +41,7 @@
<source>
<source src="">
<source src="Yo I don't exist!">
<source src="../../../home/anon/Videos/test-webm.webm">
<source src="test-webm.webm">
</video>
<script type="text/javascript">

View File

@ -93,7 +93,7 @@
<br />
<video id=video controls src="../../../home/anon/Videos/test-webm.webm"></video>
<video id=video controls src="test-webm.webm"></video>
<script type="text/javascript">
let video = document.getElementById('video');

View File

@ -1,2 +1,2 @@
<video width="320" height="240" src="../../../../Base/home/anon/Videos/test-webm.webm"></video>
<video width="640" height="480" src="../../../../Base/home/anon/Videos/test-webm.webm"></video>
<video width="320" height="240" src="../../../../Base/res/html/misc/test-webm.webm"></video>
<video width="640" height="480" src="../../../../Base/res/html/misc/test-webm.webm"></video>

View File

@ -1 +1 @@
<video autoplay src="../../../../Base/home/anon/Videos/test-webm.webm"></video>
<video autoplay src="../../../../Base/res/html/misc/test-webm.webm"></video>