13 lines
408 B
HTML
13 lines
408 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>
|
||
|
|
var params = new URLSearchParams(document.location.search)
|
||
|
|
txtjs.open(params.get("file"));
|
||
|
|
</script>
|
||
|
|
</head>
|
||
|
|
<body></body>
|
||
|
|
</html>
|