diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-29 09:13:59 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-29 09:13:59 +0900 |
commit | 55f15c9350cc531324e6182895f494eeb8174bc6 (patch) | |
tree | f7fc53993ba3c0b44717072599d1cb14a2faaceb /src/console/index.html | |
parent | 8773a4ec2891f1ec7bdaf5453eb522ab697606ef (diff) |
Move to react
Diffstat (limited to 'src/console/index.html')
-rw-r--r-- | src/console/index.html | 4 |
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> |