????

Your IP : 3.128.78.192


Current Path : /home/darkwebsol/customapparelmanufacturers.com/wp-content/themes/wesecure/
Upload File :
Current File : /home/darkwebsol/customapparelmanufacturers.com/wp-content/themes/wesecure/404.php

<?php
/**
 * The template for displaying 404 pages (not found)
 *
 * @package wesecure
 */

get_header();

?>

<?php get_template_part('template-parts/breadcrumbs/page-error-breadcrumbs'); ?>

<div class="inner-blog pt-60 pb-60">
    <div class="container">
        <div class="row">
            <!-- .blog -->
            <div class="col-sm-12 col-md-12 col-lg-12">
                <div class="blog-deatails-box pt-80">
                    <div class="error-page text-center">
                            <div class="error-code">
                                <strong><?php echo esc_html__('404', 'wesecure') ?></strong>
                            </div>
                            <div class="error-message">
                                <h3><?php echo esc_html__('Oops... Page Not Found!', 'wesecure') ?></h3>
                            </div>
                            <div class="error-body">
                                <?php esc_html_e('Try using the button below to go to main page of the site', 'wesecure') ?>
                                <br>
                                <a href="<?php echo esc_url(home_url()) ?>" class="btn ss-btn"><i class="fa fa-arrow-circle-left">&nbsp;</i> <?php echo esc_html__('Go to Home', 'wesecure') ?></a>
                            </div>
                        </div>
                </div>
            </div>
           
        </div>
    </div>
</div>



<?php get_footer(); ?>