aboutsummaryrefslogtreecommitdiff
path: root/src/settings/index.html
blob: 99d6c6b1cabc051124b4a0c4ea1c87da50669e5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
  <head>
    <meta charset='utf-8'>
  </head>
  <body>
    <h1>Configure</h1>

    <h2>Home page</h2>
    <form id='vimvixen-settings-form' class='vimvixen-settings-form'>
      <label for='load-from-json'>Load from JSON:</label>
      <textarea name='plain-json' spellcheck='false'></textarea>

      <button type='submit'>Save</button>
    </form>
    <script src='settings.js'></script>
  </body>
</html>