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