openmedialibrary_reader/cbr.js/index.html

14 lines
351 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="//oxjs.org/min/Ox.js" type="text/javascript"></script>
<script src="cbr.js" type="text/javascript"></script>
<script src="bitjs/archive.js" type="text/javascript"></script>
<script>
cbrjs.open(document.location.hash.slice(1));
</script>
</head>
<body></body>
</html>