(via blog.tw3k)
require_once 'HEADER.php';
$foo = (isset($_GET['error']) && isset($_GET['error']) == '404') ?
'not found' : '200 OK' ;
echo '
<h1 style="color:white">Welcome to tw3k.net</h1>
<h2 style="color:white">Status: ' , $foo , '</h2>
';
require_once 'FOOTER.html';