mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-06-07 01:14:10 +02:00
26 lines
612 B
HTML
26 lines
612 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
<link rel="stylesheet" href="popup.css">
|
|
<script src="https://unpkg.com/@popperjs/core@2"></script>
|
|
<script src="https://unpkg.com/tippy.js@6"></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>
|
|
</div>
|
|
<script src="./popup.js"></script>
|
|
</body>
|
|
</html>
|