mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-05-13 22:20:59 +02:00
13 lines
304 B
HTML
13 lines
304 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>m3u8</title>
|
|
<link rel="stylesheet" href="/res/hls.css">
|
|
<script src="https://cdn.jsdelivr.net/npm/hls.js@latest"></script>
|
|
</head>
|
|
<body>
|
|
<video id="video"></video>
|
|
<p id="message" hidden></p>
|
|
<script src="/res/hls.js"></script>
|
|
</body>
|
|
</html> |