forked from XI11A/IPL-Live
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (34 loc) 路 1.75 KB
/
Copy pathindex.html
File metadata and controls
34 lines (34 loc) 路 1.75 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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<meta name="keywords" content="Nivash馃槣, Nivash, xi11a, xilla, dev, website, ipl, video, player, ipl live, plyr">
<meta name="description" content="IPL Live | Nivash馃槣 - XI11A Organization">
<link rel="icon" sizes="192x192" href="/icon_player.png">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="/bootstrap.min.css">
<link rel="stylesheet" href="/plyr.css">
<title>IPL Live | Nivash馃槣</title>
<style>
.plyr__video-wrapper::before{position:absolute;bottom:50%;right:2%;color:#00bc8c;opacity:0.5;z-index:10;content:"Nivash馃槣"}
</style>
</head>
<body>
<center>
<br>
<h1> <a href="/"><b>IPL Live</b></a> made by Nivash馃槣</h1>
<br>
<div>
<div class="card text-center">
<video preload="none" id="player" autoplay controls crossorigin poster="/banner.jpg"></video>
</div>
</center>
<footer class="text-muted"> <div class="container"> <p class="float-right"> <a href="#">Back to top</a> </p> <p>Designed with <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-heart-fill" fill="red" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z"></path> </svg> by <a href="https://github.com/XI11A" target="_blank">Nivash</a>, </p> <p>漏 2022 - <a href=" https://github.com/XI11A" target="_blank"> XI11A Cloud</a>, All Rights Reserved.</p> </div> </footer>
<script src="/hls.js"></script>
<script src="/starsports1hd.js"></script>
<script src="/plyr.js"></script>
<script>
const player = new Plyr('#player');
</script>
</body>
</html>