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