blob: 5c1e99c415de400dfbb64bdf4d9a264009cee67e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<!doctype html>
<html>
<head>
<meta charset=utf-8 />
<title>VimVixen console</title>
<script src='console.js'></script>
</head>
<body class='vimvixen-console'></body>
</html>
|