blob: c117e5d7b6e3e2c6d40241ce59d6bd77d86da676 [file] [log] [blame]
<?php
header("Content-Type: text/html; charset=UTF-8");
echo "<html><body><div id='output'>";
echo $_GET{'q'};
echo "</div></body></html>";
?>