-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
32 lines (31 loc) · 890 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
30
31
32
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>videojs-viu-tools Demo</title>
<link
href="http://vjs.zencdn.net/7.8.2/video-js.min.css"
rel="stylesheet"
/>
<!-- <link href="demo/viu-player.css" rel="stylesheet" /> -->
<link href="demo/demo.css" rel="stylesheet" />
<link href="dist/viu-player.css" rel="stylesheet" />
</head>
<body>
<video
id="videojs-viu-tools-player"
class="video-js viu-player vjs-viu-skin"
controls
x-webkit-airplay="true"
preload="auto"
crossorigin="anonymous"
x5-video-player-typ="h5"
webkit-playsinline="true"
x5-playsinline="true"
playsinline="true"
></video>
<script src="http://vjs.zencdn.net/7.8.2/video.min.js"></script>
<script src="dist/viu-player.js"></script>
<script src="demo/demo.js"></script>
</body>
</html>