This repository has been archived on 2020-04-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Vim-Vixen/src/console/index.html
2019-04-29 09:13:59 +09:00

11 lines
234 B
HTML

<!doctype html>
<html>
<head>
<meta charset=utf-8 />
<title>VimVixen console</title>
<script src='console.js'></script>
</head>
<body>
<div id='vimvixen-console' class='vimvixen-console'></div>
</body>
</html>