diff options
Diffstat (limited to 'src/command-line/index.html')
-rw-r--r-- | src/command-line/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/command-line/index.html b/src/command-line/index.html new file mode 100644 index 0000000..e9e4123 --- /dev/null +++ b/src/command-line/index.html @@ -0,0 +1,16 @@ +<!doctype html> +<html> + <head> + <meta charset=utf-8 /> + <title>VimVixen command-line</title> + <script src='command-line.js'></script> + </head> + <body class='vimvixen-command-line'> + <div> + <p class='vimvixen-command-line-title'></p> + <div class='vimvixen-command-line-line'> + <i class='vimvixen-command-line-line-prompt'></i><input class='vimvixen-command-line-line-input'></input> + </div> + </div> + </body> +</html> |