add simple form
This commit is contained in:
parent
4edb0331a1
commit
8791ed4e5e
5 changed files with 54 additions and 3 deletions
15
src/settings/settings.html
Normal file
15
src/settings/settings.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
</head>
|
||||
<body>
|
||||
<form id='vimvixen-settings-form' class='vimvixen-settings-form'>
|
||||
<label for='plain-json'>Settings by plain json: </label>
|
||||
<textarea
|
||||
name='plain-json'></textarea>
|
||||
<button type='submit'>Save</button>
|
||||
</form>
|
||||
<script src='settings.js'></script>
|
||||
</body>
|
||||
</html>
|
Reference in a new issue