aboutsummaryrefslogtreecommitdiff
path: root/src/console/console.html
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-09-02 10:08:49 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-09-02 10:08:49 +0900
commit044f24efb64ec52dfdb02e0e0807bc4545c4a21c (patch)
tree1cb621bd8ea538e128a7263012d3c8bc077e2e0d /src/console/console.html
parentf1b9c6ba9d33fe1927c4855d4981d88ad73d5818 (diff)
parent02ea10a357955752dda4c72c49de2340997c9818 (diff)
Merge branch 'error-line'
Diffstat (limited to 'src/console/console.html')
-rw-r--r--src/console/console.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/console/console.html b/src/console/console.html
new file mode 100644
index 0000000..2eb445d
--- /dev/null
+++ b/src/console/console.html
@@ -0,0 +1,20 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset=utf-8 />
+ <title>VimVixen console</title>
+ <script src='console.js'></script>
+ </head>
+ <body class='vimvixen-console'>
+ <p id='vimvixen-console-error'
+ class='vimvixen-console-error'></p>
+ <div id='vimvixen-console-command'>
+ <p class='vimvixen-console-title'></p>
+ <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>
+</html>