File: //home/u435929562/domains/tec-edu.in/public_html/wp-content/themes/gravida/404.php
<?php
/**
* The template for displaying 404 pages (Not Found).
*
* @package SKT Gravida
*/
get_header(); ?>
<div id="content">
<div class="site-aligner">
<section class="site-main" id="sitemain">
<header class="page-header">
<h1 class="entry-title"><?php esc_html_e( '404 Not Found', 'gravida' ); ?></h1>
</header><!-- .page-header -->
<div class="page-content">
<p class="text-404"><?php esc_html_e( 'Looks like you have taken a wrong turn..... Dont worry ... it happens to the best of us.', 'gravida' ); ?></p>
</div><!-- .page-content -->
</section>
<div class="clear"></div>
</div>
</div>
<?php get_footer(); ?>