mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-12-15 00:22:08 +01:00
24 lines
527 B
HTML
24 lines
527 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Stream-Bypass</title>
|
|
<link rel="stylesheet" href="popup.css">
|
|
<script src="popup.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<div id="container">
|
|
<div id="all">
|
|
<div class="buttons">
|
|
<a>On</a>
|
|
<a>Off</a>
|
|
</div>
|
|
</div>
|
|
<hr>
|
|
<table id="sub-container">
|
|
</table>
|
|
<a id="error" href="https://github.com/ByteDream/stream-bypass/issues/new">Something does not work</a>
|
|
</div>
|
|
</body>
|
|
</html>
|