A fork of https://github.com/ueokande/vim-vixen
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
634 B
21 lines
634 B
7 years ago
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset=utf-8 />
|
||
|
<title>VimVixen console</title>
|
||
|
<script src='console.js'></script>
|
||
|
</head>
|
||
|
<body class='vimvixen-console'>
|
||
7 years ago
|
<p id='vimvixen-console-error'
|
||
7 years ago
|
class='vimvixen-console-error'></p>
|
||
7 years ago
|
<div id='vimvixen-console-command'>
|
||
7 years ago
|
<ul id='vimvixen-console-completion' class='vimvixen-console-completion'></ul>
|
||
7 years ago
|
<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>
|