Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
chr0ma-cmkt authored Sep 27, 2024
1 parent 0034170 commit b659e94
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions videos/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
<!DOCTYPE html>
<html>
<body>
<!DOCTYPE html>
<html>
<head>
<title>Video Test</title>
</head>
<body>

<video width="400" controls>
<source src="testvideo.mp4" type="video/mp4">
<source src="testogg.ogg" type="video/ogg">
Your browser does not support HTML video.
<source src="testvideo.mp4" type="video/mp4">
<source src="testogg.ogg" type="video/ogg">
Your browser does not support HTML video. Please try a different device.
</video>

<p>test</p>

</body>
</body>
</html>

0 comments on commit b659e94

Please sign in to comment.