web/res/js/videojs/examples/index.html
changeset 1511 25731d245eda
equal deleted inserted replaced
1510:cba9dda10025 1511:25731d245eda
       
     1 <!DOCTYPE html>
       
     2 <html lang="en">
       
     3 
       
     4 <head>
       
     5   <meta charset="utf-8" />
       
     6   <title>Index of video.js examples</title>
       
     7 </head>
       
     8 <body>
       
     9 
       
    10   <h1>Index of video.js examples</h1>
       
    11   <ul>
       
    12     <li><a href="simple-embed">Video.js HTML5 video player simple example</a></li>
       
    13     <li><a href="elephantsdream">Elephants Dream video with text descriptions, chapters &amp; captions example</a></li>
       
    14   </ul>
       
    15 
       
    16 </body>
       
    17 
       
    18 </html>