<?php
$websiteContent
=
"<h1>404 - Page Not Found</h1>"
;
echo
$websiteContent
;
?>