aboutsummaryrefslogtreecommitdiff
path: root/src/settings/index.html
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-10-09 13:42:16 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-10-09 15:43:18 +0900
commit6669f6b6ef2a3268dfeca87dbccc2ac8ef2fa30d (patch)
tree1338f17b448e30daf5095b42d7c30c35c5ecdbb7 /src/settings/index.html
parent7ee6396cb6aab3aa85c76cf511e85579e6e989e6 (diff)
use react in settings
Diffstat (limited to 'src/settings/index.html')
-rw-r--r--src/settings/index.html10
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>