move messages to content

This commit is contained in:
Shin'ya Ueoka 2017-09-30 20:27:26 +09:00
parent 1145eb3478
commit 6551420e1a
15 changed files with 12 additions and 12 deletions

18
src/pages/settings.html Normal file
View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<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>
<script src='settings.js'></script>
</body>
</html>