WebExtension as alternative to Chromecast
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
538 B

7 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. </head>
  6. <body>
  7. <form>
  8. <label>Unsplash Interval <input type="number" min="2000" step="1000" value="8000" id="muffcast-unsplash-interval" /></label> <br />
  9. <label>Unsplash Credit <input type="text" id="muffcast-unsplash-credit" /></label> <br />
  10. <label>Unsplash Client Id <input type="text" id="muffcast-unsplash-client" /></label> <br />
  11. <button type="submit" class="browser-style">Save</button>
  12. </form>
  13. <script src="options.js"></script>
  14. </body>
  15. </html>