inital cbr support
This commit is contained in:
parent
60ab6a5244
commit
6d19dd5e81
6 changed files with 44 additions and 4 deletions
13
static/html/cbr.html
Normal file
13
static/html/cbr.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue