mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-05-10 04:35:14 +02:00
14 lines
284 B
HTML
14 lines
284 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>m3u8</title>
|
|
<link rel="stylesheet" href="/res/hls.css">
|
|
<script src="/ext/hls.light.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<video id="video"></video>
|
|
<p id="message" hidden></p>
|
|
<script src="/res/hls.js"></script>
|
|
</body>
|
|
</html>
|