trying something

This commit is contained in:
techpriest 2024-02-26 22:42:58 -06:00
parent f9c7edc315
commit d682295f49
2 changed files with 2 additions and 2 deletions

View file

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