Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
SH20RAJ authored Dec 26, 2020
1 parent 711097e commit fb33594
Show file tree
Hide file tree
Showing 4 changed files with 19,053 additions and 0 deletions.
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="sopplayer.css" rel="stylesheet" />
<!-- If you'd like to support IE8 (for Video.js versions prior to v7) -->
<!-- <script src="https://vjs.zencdn.net/ie8/1.1.2/videojs-ie8.min.js"></script> -->
</head>
<center>

<body>
<video id="my-video" class="video-js" controls preload="auto" data-setup="{}" width="500px">
<source src="sample.mp4" type="video/mp4" />
<p class="vjs-no-js">
To view this video please enable JavaScript, and consider upgrading to a
web browser that
<a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
</p>
</video>
<script src="sopplayer.js"></script>
</center>
</body>

</html>
Binary file added sample.mp4
Binary file not shown.
Loading

0 comments on commit fb33594

Please sign in to comment.