File "404.php"

Full Path: /home/pumpbmko/public_html/wp-content/404.php
File size: 407 bytes
MIME-type: text/x-php
Charset: utf-8

<?php get_header(); ?>

<div id="content">
	<div class="container">
		<div class="py-5">
			<h1><?php esc_html_e('404', 'creative-portfolio-lite'); ?></h1>
			<h2><?php esc_html_e('Not found', 'creative-portfolio-lite'); ?></h2>
			<p><?php esc_html_e('Sorry, no posts matched your criteria.', 'creative-portfolio-lite'); ?></p>
			<?php get_search_form(); ?>
		</div>
	</div>
</div>

<?php get_footer(); ?>