Blame view

node_modules/video.js/dist/examples/index.html 402 Bytes
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 &amp; captions example</a></li>
    </ul>
  
  </body>
  
  </html>