404 Not Found
'; echo '

The page you requested was not found.

'; echo '

Return to home

'; include ROOT_DIR . '/templates/footer.php'; } else { http_response_code(500); echo 'Internal error: page not found.'; }