OwlCyberSecurity - MANAGER
Edit File: 404.php
<?php /** * The template for displaying 404 pages (not found). * * @link https://codex.wordpress.org/Creating_an_Error_404_Page * * @package Screenr */ get_header(); ?> <div id="content" class="site-content"> <div class="page-header"> <div class="container"> <h1 class="page-title"><?php esc_html_e( 'Oops! That page can’t be found.', 'screenr' ); ?></h1> </div> </div> <div id="content-inside" class="container no-sidebar"> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <section class="error-404 not-found"> <div class="page-content"> <p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'screenr' ); ?></p> <?php get_search_form(); ?> </div><!-- .page-content --> </section><!-- .error-404 --> </main><!-- #main --> </div><!-- #primary --> </div><!--#content-inside --> </div><!-- #content --> <?php get_footer(); ?>