settings.html 365 B

12345678910111213141516171819
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. </head>
  6. <body>
  7. <form>
  8. <label>Jobs catalog path
  9. <input type="text" id="jobs-path" name="jobs-path" placeholder="path to the jobs catalog" />
  10. </label>
  11. <button type="submit">Save</button>
  12. </form>
  13. <script src="settings.js"></script>
  14. </body>
  15. </html>