Server IP : 192.64.118.117 / Your IP : 18.218.145.54 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/mobilecreationz.com/wp-content/themes/creditrepairII/ |
Upload File : |
<?php /** * The template for displaying 404 pages (not found). * * @package Credit Repair II */ get_header(); ?> <section id="content-area"> <div class="container"> <div class="row"> <div id="primary" class="content-area col-sm-10 col-md-offset-1"> <main id="main" class="site-main" role="main"> <section class="error-404 not-found text-center"> <header class="panel-heading"> <h1 class="page-title"><?php _e( 'Oops! That page can’t be found.', 'bolllo' ); ?></h1> </header><!-- .page-header --> <div class="panel-body"> <div class="page-content"> <p><?php _e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'bolllo' ); ?></p> <?php get_search_form(); ?> <div style="clear:both"></div> <h1 style="font-size: 13em; border: 3px solid; border-radius: 50%; display: inline-block; padding: 66px 20px; margin-bottom:60px">400</h1> </div><!-- .page-content --> </div> </section><!-- .error-404 --> </main><!-- #main --> </div><!-- #primary --> </div> </div> </section> <?php get_footer(); ?>