?AlkantarClanX12
| Current Path : /home/rankinh/lynkandco/wp-content/themes/lynkandco/modules/404/templates/ |
| Current File : /home/rankinh/lynkandco/wp-content/themes/lynkandco/modules/404/templates/404.php |
<?php
if( isset( $enable_404message ) && ( $enable_404message == 1 || $enable_404message == true ) ) {
$class = $notfound_style;
$class .= ( isset( $notfound_darkbg ) && ( $notfound_darkbg == 1 ) ) ? " wdt-dark-bg" :"";
?>
<div class="wrapper <?php echo esc_attr( $class );?>">
<div class="container">
<div class="center-content-wrapper">
<div class="center-content">
<div class="error-box square">
<div class="error-box-inner">
<h3><?php esc_html_e("Oops!", 'nexteuv'); ?></h3>
<h2>404</h2>
<h4><?php esc_html_e("Page Not Found", 'nexteuv'); ?></h4>
</div>
</div>
<div class="wdt-hr-invisible-xsmall"></div>
<p><?php esc_html_e("It seems you've ventured too far.", 'nexteuv'); ?></p>
<div class="wdt-hr-invisible-xsmall"></div>
<a class="wdt-button filled small" target="_self" href="<?php echo esc_url(home_url('/'));?>"><?php esc_html_e("Back to Home",'nexteuv');?></a>
</div>
</div>
</div>
</div><?php
}?>