pandora/static/txt.js/index.html

13 lines
408 B
HTML
Raw Normal View History

2025-07-06 21:40:31 +01:00
<!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>