aboutsummaryrefslogtreecommitdiff
path: root/src/console/index.html
blob: 73e1e237c6b032abc03dbbbda41c332403280e40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<!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>