File: /var/www/clients/client1/web78/web/wp-content/themes/bfastmag/404.php
<?php
/**
* The template for displaying 404 pages (not found).
*
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
*
* @package bfastmag
*/
get_header(); ?>
<div class="container">
<div class="row">
<div class="nf-404-page text-center">
<div class="container">
<h2 class="nf-404-title"><?php esc_html_e( '404', 'bfastmag' ); ?></h2>
<h3 class="nf-404-subtitle"><?php esc_html_e( 'Oops! That page can’t be found.', 'bfastmag' ); ?></h3>
<p class="nf-404-content center-block"><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search?', 'bfastmag' ); ?></p>
<?php get_search_form(); ?>
</div><!-- .container -->
</div><!-- .nf-404-page -->
</div><!-- .row -->
</div><!-- .container -->
<?php get_footer(); ?>