Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
home
/
puskom
/
unschool
/
//home/puskom/unschool/404.php
<?php /** * 404 pages (Not Found). * * @package unschool */ get_header(); ?> <div class="container" id="contentdiv"> <div class="page_content row"> <div class="col-md-4" id="sidebar"> <?php echo get_sidebar();?> </div><!--col-md-4--> <section class="site-main col-md-8" id="sitemain"> <header class="page-header"> <h1 class="entry-title"><?php esc_html_e( 'Oops! That page can’t be found', 'unschool' ); ?></h1> </header><!-- .page-header --> <div class="page-content"> <p class="text-404"><?php esc_html_e( 'Looks like you have taken a wrong turn...Don\'t worry... it happens to the best of us.', 'unschool' ); ?></p> </div><!-- .page-content --> </section> <div class="clearfix"></div> </div><!--row--> </div><!--container--> <?php get_footer(); ?>