stream-clients/chrome/popup.html

11 lines
215 B
HTML
Raw Normal View History

2021-06-15 13:38:01 +02:00
<html>
<head>
<script src="script.js"></script>
<title>Proxy Stream</title>
</head>
<body>
<button>Proxy Stream</button>
2022-03-05 17:49:14 +01:00
<button>Play on kodi</button>
2021-06-15 13:38:01 +02:00
</body>
</html>