stream-clients/chrome/popup.html

12 lines
317 B
HTML
Raw Permalink Normal View History

2021-06-15 11:38:01 +00:00
<html>
<head>
<script src="script.js"></script>
<title>Proxy Stream</title>
</head>
<body>
2022-03-06 07:54:23 +00:00
<button id="proxy-button">Proxy Stream</button>
<button id="kodi-play-button">Play on kodi</button>
<button id="kodi-queue-button">Queue on kodi</button>
2021-06-15 11:38:01 +00:00
</body>
</html>