diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-30 20:27:26 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-30 20:36:17 +0900 |
commit | 6551420e1ae0e91201de72e862e918dd3c97ab43 (patch) | |
tree | 1aa9de8949cd76c4f65adfc9424f63bf479669e9 /src/console/console.html | |
parent | 1145eb34784c1450b920f8e7d672934ef6a98d45 (diff) |
move messages to content
Diffstat (limited to 'src/console/console.html')
-rw-r--r-- | src/console/console.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/console/console.html b/src/console/console.html deleted file mode 100644 index 4222f12..0000000 --- a/src/console/console.html +++ /dev/null @@ -1,20 +0,0 @@ -<!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'> - <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> -</html> |