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

5 lines
No EOL
168 B
HTML

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