aboutsummaryrefslogtreecommitdiff
path: root/src/console/index.html
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2018-11-17 12:29:32 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2018-11-17 12:29:32 +0900
commit1fb5f433056e54aecc542fe1f4f684ada047032e (patch)
treeb867c8cab1f56477ae0dfefa5b5c86f5b181b9a5 /src/console/index.html
parent97787c773f0d1b5e80beb438246b5a693dbd08aa (diff)
Use preact in console
Diffstat (limited to 'src/console/index.html')
-rw-r--r--src/console/index.html12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/console/index.html b/src/console/index.html
index e049b5e..5c1e99c 100644
--- a/src/console/index.html
+++ b/src/console/index.html
@@ -5,15 +5,5 @@
<title>VimVixen console</title>
<script src='console.js'></script>
</head>
- <body class='vimvixen-console'>
- <p class='vimvixen-console-message'></p>
- <div id='vimvixen-console-command' class='vimvixen-console-command-wrapper'>
- <ul id='vimvixen-console-completion' class='vimvixen-console-completion'></ul>
- <div class='vimvixen-console-command'>
- <i class='vimvixen-console-command-prompt'></i><input
- id='vimvixen-console-command-input'
- class='vimvixen-console-command-input'></input>
- </div>
- </div>
- </body>
+ <body class='vimvixen-console'></body>
</html>