File: /home/z/w/a/zwafgyp/coolswim/wp-content/themes/landing-pageasy/404.php
<?php
/**
* The template for displaying 404 pages (not found).
*
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
*
* @package landing Lite
*/
get_header(); ?>
<div id="page" class="single">
<article id="content" class="article page">
<div class="single_post">
<div class="error-404-content">
<header>
<h1 class="title"><?php _e('Error 404', 'landing-pageasy' ); ?></h1>
</header>
<div class="post-content">
<p><?php _e('Oops! We couldn\'t find this Page.', 'landing-pageasy' ); ?></p>
<p><?php _e('Please check your URL or use the pageasy form below.', 'landing-pageasy' ); ?></p>
<?php get_pageasy_form();?>
</div><!--.post-content--><!--#error404 .post-->
</div>
</div>
</article>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>