addressbook/templates/status/404.html.php
2022-10-23 14:27:54 +02:00

6 lines
155 B
PHP

<?php include dirname(path: __DIR__) . '/_header.html.php'; ?>
<h2>404 Page not found</h2>
<?php include dirname(path: __DIR__) . '/_footer.html.php' ?>