use react in settings

This commit is contained in:
Shin'ya Ueoka 2017-10-09 13:42:16 +09:00
parent 7ee6396cb6
commit 6669f6b6ef
6 changed files with 97 additions and 70 deletions

View file

@ -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>