Current File : /home/digitaw/www/wp-content/themes/royal-elementor-kit/404.php
<?php get_header(); ?>

	<div class="page-404">
	
		<h2><?php esc_html_e( 'Page not found!', 'royal-elementor-kit' ); ?></h2>

		<p>
			<?php esc_html_e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'royal-elementor-kit' ); ?>
		</p>

	</div>

<?php get_footer(); ?>