| 123456789101112131415161718192021 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- </head>
- <body>
- <form>
- <div class="browser-style">
- <label for="enabled">Enabled:</label>
- <input type="checkbox" id="enabled" />
- </div>
- <div class="browser-style">
- <label for="url">Submit url:</label>
- <input type="text" placeholder="https://chatikbot.chad-partners.com/..." id="url" size="70" />
- </div>
- <button class="browser-style" type="submit">Confirm</button>
- </form>
- <script src="options.js"></script>
- </body>
- </html>
|