openmedialibrary/static/html/txt.html

13 lines
334 B
HTML
Raw Normal View History

2014-05-04 17:26:43 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
2015-03-14 12:21:04 +00:00
<script src="/static/oxjs/min/Ox.js" type="text/javascript"></script>
2019-02-04 07:25:10 +00:00
<script src="/static/txt.js/txt.js" type="text/javascript"></script>
2014-05-04 17:26:43 +00:00
<script>
txtjs.open(document.location.pathname.replace(/\/reader\//, '/txt/'));
</script>
</head>
<body></body>
</html>