1
0

options.html 561 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. </head>
  6. <body>
  7. <form>
  8. <div class="browser-style">
  9. <label for="enabled">Enabled:</label>
  10. <input type="checkbox" id="enabled" />
  11. </div>
  12. <div class="browser-style">
  13. <label for="url">Submit url:</label>
  14. <input type="text" placeholder="https://chatikbot.chad-partners.com/..." id="url" size="70" />
  15. </div>
  16. <button class="browser-style" type="submit">Confirm</button>
  17. </form>
  18. <script src="options.js"></script>
  19. </body>
  20. </html>