A fork of https://github.com/ueokande/vim-vixen
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
431 B
19 lines
431 B
7 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset='utf-8'>
|
||
|
</head>
|
||
|
<body>
|
||
7 years ago
|
<h1>Configure</h1>
|
||
|
|
||
|
<h2>Home page</h2>
|
||
7 years ago
|
<form id='vimvixen-settings-form' class='vimvixen-settings-form'>
|
||
7 years ago
|
<label for='load-from-json'>Load from JSON:</label>
|
||
|
<textarea name='plain-json' spellcheck='false'></textarea>
|
||
|
|
||
7 years ago
|
<button type='submit'>Save</button>
|
||
|
</form>
|
||
|
<script src='settings.js'></script>
|
||
|
</body>
|
||
|
</html>
|