techpriest_tv/tv.html

14 lines
339 B
HTML
Raw Normal View History

2024-02-27 04:29:35 +00:00
<!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>
2024-02-27 04:47:19 +00:00
<source src="LogGit.m4v" type="video/m4v">
2024-02-27 04:29:35 +00:00
Your browser does not support HTML video.
</video>
</body>
2024-02-27 04:42:58 +00:00
</html>