| 12345678910111213141516171819 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8" />
- </head>
- <body>
- <form>
- <label>Jobs catalog path
- <input type="text" id="jobs-path" name="jobs-path" placeholder="path to the jobs catalog" />
- </label>
- <button type="submit">Save</button>
- </form>
- <script src="settings.js"></script>
- </body>
- </html>
|