Content blog index

tumblr.tw3k

i r n0t a bl0g3r
Aug 30
Permalink

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';
(via blog.tw3k)
subscribe via rss  /  powered by tumblr