5 lines
No EOL
162 B
HTML
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> |