Sindbad~EG File Manager
<?php
/**
* The template for displaying 404 pages (not found).
*
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
*
*/
get_header();
?>
<section class="error-404 not-found">
<div class="content-404 container">
<div class="row">
<header class="page-header">
<h1 class="title-heading"><?php echo esc_html__( 'Oops!', 'realpro' ); ?></h1>
<h2 class="page-title"><?php echo esc_html__( 'Page not found', 'realpro' ); ?></h2>
</header><!-- .page-header -->
<div class="page-content">
<p><?php echo esc_html__( 'You must have picked the wrong door because I haven’t been able to lay my eye on the page you’ve been searching for.', 'realpro' ); ?></p>
<a href="<?php echo esc_url(home_url( '/' )) ?>" class="back"><?php echo esc_html__('Back to Main Page', 'realpro'); ?></a>
</div><!-- .page-content -->
</div>
</div>
</section><!-- .error-404 -->
</div><!-- #main-content -->
</div><!-- content-pusher -->
<?php wp_footer(); ?>
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists