techpriest_tv/tv.html
2024-02-26 22:55:55 -06:00

14 lines
339 B
HTML

<!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>