/home/awneajlw/work.codestechvista.com/wp-content/themes/ignavo/404.php
<?php
/**
 * 404.php
 * @package WordPress
 * @subpackage Ignavo
 * @since Ignavo 1.0
 */
?>

<?php get_header(); ?>
<div class="page-inner">
	<div class="container">
		<div class="content-not-found text-center">
		  <h1 class="entry-title text-14xl sm:text-16xl lg:text-18xl leading-none"><?php esc_html_e('404','ignavo'); ?></h1>
		  <h2 class="entry-subtitle font-semibold"><?php esc_html_e('That Page Cant Be Found','ignavo'); ?></h2>
		  <div class="entry-teaser text-gray-500">
			<p><?php esc_html_e('It looks like nothing was found at this location. Maybe try to search for what you are looking for?','ignavo'); ?></p>
		  </div>
		  <!-- entry-teaser -->
		  <a href="<?php echo esc_url( home_url('/') ); ?>" class="button variant-primary"><?php esc_html_e('Go To Homepage','ignavo'); ?></a>
		</div>
		<!-- content-not-found -->
	</div>
</div>
<?php get_footer(); ?>