-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemp.html
More file actions
49 lines (41 loc) · 1.91 KB
/
temp.html
File metadata and controls
49 lines (41 loc) · 1.91 KB
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
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="https://vjs.zencdn.net/7.2.3/video-js.css" rel="stylesheet">
<title>ICC World Cup - Live ~ [PYS]</title>
<link rel="icon" href="https://cdn0.iconfinder.com/data/icons/sport-ball-icons/128/cricket-512.png" type="image/x-icon">
</head>
<body div class="p-3 mb-2 bg-info text-white">
<div class ="container">
<div class = "text-center">
<img src="http://www.pngall.com/wp-content/uploads/2/2019-Cricket-World-Cup-Logo-PNG.png" class="img-responsive" alt="Responsive image" width="120" height="100">
<h1>ICC World Cup 2019 - Live on Channel Eye</h1>
<hr>
<center>
<video id='hls-example' class="video-js vjs-default-skin" width="400" height="300" controls>
<source type="application/x-mpegURL" src="http://yuppmob7msl.akamaized.net/hls/live/2003663/channeleye/channeleye/channeleye_1800/chunklist.m3u8">
</video>
</center>
<!-- JS code -->
<!-- If you'd like to support IE8 (for Video.js versions prior to v7) -->
<script src="https://vjs.zencdn.net/ie8/ie8-version/videojs-ie8.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/videojs-contrib-hls/5.14.1/videojs-contrib-hls.js"></script>
<script src="https://vjs.zencdn.net/7.2.3/video.js"></script>
<script>
var player = videojs('hls-example');
player.play();
</script>
</div>
</div>
<footer class="page-footer font-small blue">
<div class="footer-copyright text-center py-3">
© Pasan Yasara | 2019 <br>
(No data charges applicaple for Mobitel Users)
</div>
</body>
</html>