13 lines
330 B
HTML
13 lines
330 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<script src="/static/oxjs/build/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>
|