idk, just trying anything

This commit is contained in:
techpriest 2024-02-26 23:15:45 -06:00
parent 6a3f42e0a0
commit fc479b4c62
3 changed files with 5 additions and 11 deletions

Binary file not shown.

16
tv.html
View file

@ -1,13 +1,7 @@
<!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>
<h1>Techpriest TV</h1>
<video width="500" controls>
<source src="../techpriest_tv/vids/LogGit.mp4" type="video/mp4">
</video>
</html>