![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/anfangola.com/wp-content/themes/agencyup/ |
<?php /** * The template for displaying 404 pages (not found). * * @package Agencyup */ get_header(); ?> <div class="bs-breadcrumb-section"> <div class="overlay"> <div class="container"> <div class="row"> <div class="col-md-12"> <ul class="bs-page-breadcrumb"> <li><a href="<?php echo esc_url(home_url());?>"><i class="fa fa-home"></i></a></li> <li class="active"><a href="<?php echo esc_url(home_url());?>"><?php esc_html_e('404','agencyup'); ?></a></li> </ul> </div> </div> </div> </div> </div> <div class="clearfix"></div> <div class="container"> <div class="row"> <div class="col-md-12 text-center bs-section"> <div class="bs-error-404"> <h1><?php esc_html_e('4','agencyup'); ?><i class="fa fa-exclamation-circle"></i><?php esc_html_e('4','agencyup'); ?></h1> <h4><?php esc_html_e('Oops! Page not found','agencyup'); ?></h4> <p><?php esc_html_e("We are sorry, but the page you are looking for does not exist.","agencyup"); ?></p> <a href="<?php echo esc_url(home_url());?>" onClick="history.back();" class="btn btn-theme"><?php esc_html_e('Go Back','agencyup'); ?></a> </div> </div> </div> </div> <?php get_footer();