diff options
author | Arjun Satarkar <me@arjunsatarkar.net> | 2024-07-17 13:41:06 +0000 |
---|---|---|
committer | Arjun Satarkar <me@arjunsatarkar.net> | 2024-07-17 13:41:06 +0000 |
commit | 06f7696c0976c75c13435f84a2101c1203c18b95 (patch) | |
tree | 9ea52c784f4bc5013c8e8af32e82c0a497889b32 /priv/static/video.js/examples/index.html | |
download | mediasync-06f7696c0976c75c13435f84a2101c1203c18b95.tar mediasync-06f7696c0976c75c13435f84a2101c1203c18b95.tar.gz mediasync-06f7696c0976c75c13435f84a2101c1203c18b95.zip |
Initial commit
Diffstat (limited to 'priv/static/video.js/examples/index.html')
-rw-r--r-- | priv/static/video.js/examples/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/priv/static/video.js/examples/index.html b/priv/static/video.js/examples/index.html new file mode 100644 index 0000000..84c0bda --- /dev/null +++ b/priv/static/video.js/examples/index.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta charset="utf-8" /> + <title>Index of video.js examples</title> +</head> +<body> + + <h1>Index of video.js examples</h1> + <ul> + <li><a href="simple-embed">Video.js HTML5 video player simple example</a></li> + <li><a href="elephantsdream">Elephants Dream video with text descriptions, chapters & captions example</a></li> + </ul> + +</body> + +</html> |