Skip to content

Commit ff020c4

Browse files
authored
Merge pull request #1074 from KaziBakibillaho/main
Create Video Html
2 parents 44231f1 + f4373ef commit ff020c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Video Html

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<video width="320" height="240" controls>
2+
<source src="movie.mp4" type="video/mp4">
3+
<source src="movie.ogg" type="video/ogg">
4+
Your browser does not support the video tag.
5+
</video>

0 commit comments

Comments
 (0)