Watch-on-LBRY/popup/popup.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>