index.html 402 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Index of video.js examples</title>
  6. </head>
  7. <body>
  8. <h1>Index of video.js examples</h1>
  9. <ul>
  10. <li><a href="simple-embed">Video.js HTML5 video player simple example</a></li>
  11. <li><a href="elephantsdream">Elephants Dream video with text descriptions, chapters &amp; captions example</a></li>
  12. </ul>
  13. </body>
  14. </html>