mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-05-10 04:35:14 +02:00
27 lines
723 B
HTML
27 lines
723 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
<link rel="stylesheet" href="popup.css">
|
|
<script src="../ext/popper.min.js"></script>
|
|
<script src="../ext/tippy-bundle.umd.min.js"></script>
|
|
<script src="../match.js"></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 as expected</a>
|
|
</div>
|
|
<script src="./popup.js"></script>
|
|
</body>
|
|
</html>
|