mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 17:47:26 +00:00
20 lines
418 B
HTML
20 lines
418 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<link rel="stylesheet" href="popup.css" />
|
|
</head>
|
|
<body>
|
|
<label>
|
|
Enable:
|
|
<input class="enable" type="checkbox" />
|
|
</label>
|
|
<br>
|
|
<br>
|
|
<label>
|
|
Redirect to: <br>
|
|
<input type="radio" name="redirect" value="lbry.tv" /> https:///lbry.tv <br>
|
|
<input type="radio" name="redirect" value="app"/> LBRY App
|
|
</label>
|
|
<script src="popup.js"></script>
|
|
</body>
|
|
</html>
|