TDKHome.old/apps/more/dsoffice/view.html
MattTheTekie 98d6691f82 uwu
uwu
2023-07-14 10:46:07 -04:00

5 lines
No EOL
162 B
HTML

<meta name="viewport" content="width=240">
<script>
var x=prompt("What is the name of the file you want to view?");
window.location="view.php?title="+x;
</script>