updated source
This commit is contained in:
parent
dd97481b7b
commit
f34bd2b580
1 changed files with 1 additions and 1 deletions
2
tv.html
2
tv.html
|
@ -6,7 +6,7 @@
|
||||||
<body>
|
<body>
|
||||||
<h1>Video Test</h1>
|
<h1>Video Test</h1>
|
||||||
<video width="400" controls>
|
<video width="400" controls>
|
||||||
<source src="LogGit.mp4" type="video/mp4">
|
<source src="../vids/LogGit.mp4" type="video/mp4">
|
||||||
Your browser does not support HTML video.
|
Your browser does not support HTML video.
|
||||||
</video>
|
</video>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue