5 lines
No EOL
84 B
PHP
5 lines
No EOL
84 B
PHP
<?php
|
|
// set up the page to have proper tags like <title>
|
|
echo("</body></html>")
|
|
|
|
?>
|