aboutsummaryrefslogtreecommitdiff
path: root/src/console/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/index.html')
-rw-r--r--src/console/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/console/index.html b/src/console/index.html
index 5c1e99c..73e1e23 100644
--- a/src/console/index.html
+++ b/src/console/index.html
@@ -5,5 +5,7 @@
<title>VimVixen console</title>
<script src='console.js'></script>
</head>
- <body class='vimvixen-console'></body>
+ <body>
+ <div id='vimvixen-console' class='vimvixen-console'></div>
+ </body>
</html>