inital cbr support

This commit is contained in:
j 2015-03-14 13:05:15 +05:30
commit 6d19dd5e81
6 changed files with 44 additions and 4 deletions

13
static/html/cbr.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="/static/oxjs/build/Ox.js" type="text/javascript"></script>
<script src="/static/cbr.js/cbr.js" type="text/javascript"></script>
<script src="/static/cbr.js/bitjs/archive.js" type="text/javascript"></script>
<script>
cbrjs.open(document.location.pathname.replace(/\/reader\//, '/cbr/'));
</script>
</head>
<body></body>
</html>