Hacked By AnonymousFox
<?php
get_header(); ?>
<section class="errorPage boldSection topExtraSpaced bottomExtraSpaced gutter wBackground" style = "background-image: url(<?php echo esc_url_raw( get_template_directory_uri() . '/gfx/plug.png' ) ;?>); background-position: 30% 40px;">
<div class="port">
<div class="boldCell">
<div class="boldRow ">
<div class="rowItem col-ms-12 btTextCenter">
<div class="rowItemContent">
<?php echo bt_get_heading_html( esc_html__( 'We are sorry, page not found.', 'cargo' ), esc_html__( 'Error 404.', 'cargo' ), "<a href='" . site_url() . "'>" . esc_html__( 'Back to homepage', 'cargo' )."</a>", 'extralarge', 'bottom', '', '' ) ?>
</div>
</div>
</div>
</div>
</div>
</section>
<?php get_footer();
Hacked By AnonymousFox1.0, Coded By AnonymousFox