| Current Path : /home/nicedoo/www/wp-content/themes/grocery-shopping/ |
| Current File : /home/nicedoo/www/wp-content/themes/grocery-shopping/404.php |
<?php get_header(); ?>
<div id="content">
<div class="container">
<div class="py-5">
<h1><?php esc_html_e('Not found', 'grocery-shopping'); ?></h1>
<p><?php esc_html_e('Sorry, no posts matched your criteria.', 'grocery-shopping'); ?></p>
<?php get_search_form(); ?>
</div>
</div>
</div>
<?php get_footer(); ?>