diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-08 14:18:12 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-08 14:18:12 +0900 |
commit | 541449b1fced9eea15f415b023206b10724f5315 (patch) | |
tree | 996e207602e0c9f7d2d03fb1643339f441ebcefd /src/pages/console.html | |
parent | 22db12f2a37529a560eda1839c3a23011f900fab (diff) |
separate console
Diffstat (limited to 'src/pages/console.html')
-rw-r--r-- | src/pages/console.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/pages/console.html b/src/pages/console.html deleted file mode 100644 index 4222f12..0000000 --- a/src/pages/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> |