27 lines
717 B
HTML
27 lines
717 B
HTML
<!--
|
|
* @Author: zhangtq 2452618307@qq.com
|
|
* @Date: 2024-11-18 13:33:30
|
|
* @LastEditors: zhangtq 2452618307@qq.com
|
|
* @LastEditTime: 2024-11-18 13:36:37
|
|
* @FilePath: static/js/qx/utility/video/examples/index.html
|
|
* @Description: 这是默认设置,可以在设置》工具》File Description中进行配置
|
|
-->
|
|
<!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>
|