forked from Awaispirkale/funtv
-
Notifications
You must be signed in to change notification settings - Fork 1
/
New.html
40 lines (19 loc) · 801 Bytes
/
New.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
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://ghcdn.rawgit.org/SH20RAJ/Sopplayer/main/sopplayer.css" rel="stylesheet" />
<!--Here is the Css Library-->
</head>
<center>
<body>
<video id="my-video" class="sopplayer" controls preload="auto" data-setup="{}" width="500px">
<!--Use class="sopplayer" and data-setup="{}" -->
<source src="http://niazitv.cf:8080/ptvhome-by-niazitv/index.m3u8" type="video/mp4" />
</video>
<script src="https://ghcdn.rawgit.org/SH20RAJ/Sopplayer/main/sopplayer.js"></script>
<!--Here is the JavaScript Library-->
</center>
</body>
</html>