????JFIF??x?x????'
| Server IP : 172.67.174.47  /  Your IP : 216.73.216.113 Web Server : LiteSpeed System : Linux premium151.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 : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /././././proc/self/root/home/./tempvsty/eaabusiness.com/wp-content/themes/pasal-ecommerce/ | 
| Upload File : | 
<?php
/**
 * The template for displaying 404 pages (not found)
 *
 * @link https://codex.wordpress.org/Creating_an_Error_404_Page
 *
 * @package Pasal-ecommerce
 */
get_header();
?>
    <div class="section-content section">
        <div class="container">
            <div class="row">
                <div class="col-md-12">
                    <div class="content-area">
                        <main id="main" class="site-main" role="main">
                            <section class="error-404 not-found">
                                <header class="page-header">
                                    <h2>4<span>0</span>4</h2>
                                    <h1 class="page-title"><?php esc_html_e('Oops! That page can’t be found.', 'pasal-ecommerce'); ?></h1>
                                </header><!-- .page-header -->
                                <div class="page-content">
                                    <p><?php esc_html_e('It looks like nothing was found at this location. Maybe try one of the links from menu or a search?', 'pasal-ecommerce'); ?></p>
                                    <?php
                                    get_search_form();
                                    ?>
                                </div><!-- .page-content -->
                            </section><!-- .error-404 -->
                        </main><!-- #main -->
                    </div><!-- #primary -->
                </div>
            </div>
        </div>
    </div>
<?php
get_footer();