-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
27 lines (23 loc) · 1.08 KB
/
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
<!DOCTYPE html>
<html>
<head>
<title>Live Stream | OVZ.RIP</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/sweetalert2.min.css">
<link class="dplayer-css" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/DPlayer.min.css">
</head>
<body style="text-align: center;">
<center>
<h3 style="margin-top: 8px; margin-bottom: 8px;" id="title">OVZ.RIP Livestream</h3>
<h5 style="margin-top: 0px; margin-bottom: 8px;" id="subtitle">One step ahead of game</h5>
<div style="width: 80%;">
<div id="dplayer"></div>
</div>
</center>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/sweetalert2.all.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/DPlayer.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/hls.min.js"></script>
<script src="tools.js"></script>
<script src="stream.js"></script>
</body>
</html>