-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
29 lines (26 loc) · 828 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!--
* @Descripttion:
* @version:
* @Author: liuyanbobo
* @Date: 2024-04-03 13:44:51
* @LastEditors: liuyanbobo
* @LastEditTime: 2024-04-03 15:55:01
-->
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="/public/static//css/video-js.css" rel="stylesheet" />
<title>Vite + Vue</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script src="/public/static/js/video.min.js"></script>
<script src="/public/static/js/videojs-contrib-hls.min.js"></script>
<script src="/public/static/js/videojs-flash.min.js"></script>
<script src="/public/static/js/videojs.hotkeys.min.js"></script>
</body>
</html>