<?php

// The 404 Not Found template. Used when WordPress cannot find a post or page that matches the query.

get_header();

?>

<h1>404: Page Not Found</h1>

<?php

get_footer();
