openmedialibrary/static/html/txt.html

13 lines
334 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="/static/oxjs/min/Ox.js" type="text/javascript"></script>
<script src="/static/txt.js/txt.js" type="text/javascript"></script>
<script>
txtjs.open(document.location.pathname.replace(/\/reader\//, '/txt/'));
</script>
</head>
<body></body>
</html>