VELTRON.NET/TDKHome/apps/more/dsoffice/view.html
MattTheTekie dcb3d66bc5 Add TDKHome files
Add TDKHome files
2023-09-15 13:04:40 -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>