Started tv.html
This commit is contained in:
commit
98e8f39263
1 changed files with 13 additions and 0 deletions
13
tv.html
Normal file
13
tv.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Video Test</h1>
|
||||
<video width="400" controls>
|
||||
<source src="LogGit.mp4" type="video/mp4">
|
||||
Your browser does not support HTML video.
|
||||
</video>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue