stream-clients/chrome/popup.html
2022-03-06 08:54:23 +01:00

12 lines
317 B
HTML

<html>
<head>
<script src="script.js"></script>
<title>Proxy Stream</title>
</head>
<body>
<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>
</body>
</html>