|
|
@ -4,10 +4,13 @@ |
|
|
|
<meta charset='utf-8'> |
|
|
|
<meta charset='utf-8'> |
|
|
|
</head> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<body> |
|
|
|
|
|
|
|
<h1>Configure</h1> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2>Home page</h2> |
|
|
|
<form id='vimvixen-settings-form' class='vimvixen-settings-form'> |
|
|
|
<form id='vimvixen-settings-form' class='vimvixen-settings-form'> |
|
|
|
<label for='plain-json'>Settings by plain json: </label> |
|
|
|
<label for='load-from-json'>Load from JSON:</label> |
|
|
|
<textarea |
|
|
|
<textarea name='plain-json' spellcheck='false'></textarea> |
|
|
|
name='plain-json'></textarea> |
|
|
|
|
|
|
|
<button type='submit'>Save</button> |
|
|
|
<button type='submit'>Save</button> |
|
|
|
</form> |
|
|
|
</form> |
|
|
|
<script src='settings.js'></script> |
|
|
|
<script src='settings.js'></script> |
|
|
|