| Server IP : 159.253.20.91 / Your IP : 216.73.216.111 Web Server : nginx/1.20.2 System : Linux se38c9e53.fastvps-server.com 5.10.0-13-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) x86_64 User : pr11_ru_usr ( 1041) PHP Version : 8.1.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/pr11_ru_usr/data/www/pr11.ru/wp-content/themes/norebro/ |
Upload File : |
<?php get_header(); ?> <?php get_template_part( 'parts/elements/header-title' ); ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <section class="error-404 not-found"> <div class="page-container"> <div class="page-error"> <div class="content-center"> <div class="wrap"> <div class="page-error-content"> <h1 class="title"><?php esc_html_e( '404', 'norebro' ); ?></h1> <h3 class="text-center"><?php esc_html_e( 'Oops! That page can\'t be found', 'norebro' ); ?></h3> </div> <form class="search" action="<?php echo esc_url( home_url( '/' ) ); ?>" method="GET"> <input type="text" placeholder="<?php esc_attr_e( 'Search', 'norebro' ); ?>" name="s"> <button class="btn btn-outline" type="submit"> <span class="icon ion-ios-search"></span> </button> </form> </div> </div> </div> </div><!-- .page-content --> </section><!-- .error-404 --> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();