���� JFIF fdasasfas213sdaf
Server IP : 147.79.69.184 / Your IP : 216.73.216.210 Web Server : LiteSpeed System : Linux in-mum-web669.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64 User : u479334040 ( 479334040) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u479334040/domains/arbaazar.com/public_html/wp-content/themes/grogin/ |
Upload File : |
<?php /** * 404.php * @package WordPress * @subpackage Grogin * @since Grogin 1.0 */ ?> <?php get_header(); ?> <div class="page-wrapper page-error"> <div class="page-header text-center my-30 sm-my-90"> <div class="container"> <img src="<?php echo get_template_directory_uri(); ?>/assets/img/404.png" alt="<?php bloginfo("name"); ?>"> <h1 class="entry-title sm-text-56"><?php esc_html_e('That Page Cant Be Found','grogin'); ?></h1> <div class="entry-teaser max-w-520 mx-auto text-14 sm-text-18 mb-30"> <p class="mb-0 lh-base text-gray-500"><?php esc_html_e('It looks like nothing was found at this location. Maybe try to search for what you are looking for?','grogin'); ?></p> </div><!-- entry-teaser --> <a href="<?php echo esc_url( home_url('/') ); ?>" class="btn btn-primary"><?php esc_html_e('Go To Homepage','grogin'); ?></a> </div><!-- container --> </div><!-- page-header --> </div> <?php get_footer(); ?>