<?php include dirname(path: __DIR__) . '/_header.html.php'; ?>

<h2>404 Page not found</h2>

<?php include dirname(path: __DIR__) . '/_footer.html.php' ?>