File: /var/www/html/acharyarajnikant.com/wp-content/themes/acharyarajnikant/404.php
<?php
/**
* The template for displaying 404 pages (not found)
*
* @package Acharya_Rajnikant
*/
get_header();
?>
<div class="container section-padding" style="text-align: center;">
<section class="error-404 not-found">
<header class="page-header">
<h1 class="page-title" style="font-size: 4rem; color: var(--primary-color);">404</h1>
<h2><?php esc_html_e( 'Oops! That page can’t be found.', 'acharyarajnikant' ); ?></h2>
</header>
<div class="page-content">
<p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search?', 'acharyarajnikant' ); ?></p>
<?php get_search_form(); ?>
</div>
</section>
</div>
<?php
get_footer();