This commit is contained in:
techpriest 2024-02-26 23:18:31 -06:00
parent fc479b4c62
commit 4e93f945a2

View file

@ -2,6 +2,6 @@
<html> <html>
<h1>Techpriest TV</h1> <h1>Techpriest TV</h1>
<video width="500" controls> <video width="500" controls>
<source src="../techpriest_tv/vids/LogGit.mp4" type="video/mp4"> <source src="vids/LogGit.mp4" type="video/mp4">
</video> </video>
</html> </html>