playVideoOnDreambox as WebExtension
[playVideoOnDreambox.git] / src / options.html
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4   <meta charset="utf-8"/>
5  </head>
6  <body>
7   <form>
8    <label>playVideoOnDreambox<strong>Proxy</strong> URL</label>
9    <input type="url" id="proxyUrl" placeholder="http://.../play.php"/>
10    <button type="submit">Save</button>
11    <p>
12     You need to have the
13     <a href="https://cweiske.de/playVideoOnDreambox.htm#proxy">proxy application</a>
14     running on a server in your network.
15    </p>
16   </form>
17   <script src="options.js" type="text/javascript"></script>
18  </body>
19 </html>