File: /home/l2pbkn5l6xav/www/wp-content/themes/charity-fundraiser/404.php
<?php
/**
* The template for displaying 404 pages (Not Found).
* @package Charity Fundraiser
*/
get_header(); ?>
<div class="container">
<div class="page-content">
<div class="notfound">
<h1><?php esc_html_e('404 Not Found', 'charity-fundraiser' ); ?></h1>
<p class="text-404"><?php esc_html_e( 'Looks like you have taken a wrong turn','charity-fundraiser' ); ?></p>
<p class="text-404"><?php esc_html_e( 'Dont worry it happens to the best of us.', 'charity-fundraiser' ); ?></p>
<div class="read-moresec">
<a href="<?php echo esc_url( home_url() ); ?>" class="button"><?php esc_html_e( 'Return to the home page', 'charity-fundraiser' ); ?></a>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<?php get_footer(); ?>