diff options
Diffstat (limited to 'src/settings/index.html')
| -rw-r--r-- | src/settings/index.html | 10 | 
1 files changed, 1 insertions, 9 deletions
| diff --git a/src/settings/index.html b/src/settings/index.html index 99d6c6b..6fe00df 100644 --- a/src/settings/index.html +++ b/src/settings/index.html @@ -4,15 +4,7 @@      <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> +    <div id='vimvixen-settings'></div>      <script src='settings.js'></script>    </body>  </html> | 
