12 lines
334 B
HTML
12 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>
|