mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Base: Move test-webm.webm out of /home/anon
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user