| Server IP : 130.225.57.55 / Your IP : 216.73.216.60 Web Server : Apache System : Linux wp-vhost07 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /srv/www/reco2st.eu/https/wp-content/themes/erc04961/ |
Upload File : |
<?php
/**
* 404 Error page template
*
*/
?>
<?php get_header(); ?>
<div class="section-404" data-animation>
<div class="site__container">
<div class="grid">
<div class="grid__item push--tab--one-twelfth tab--ten-twelfths">
<div class="section-404__info">
<div class="section-404__title fs-50"><?php echo __('404 Page Not Found', 'erc001'); ?></div>
<div class="section-404__link">
<?php Component_Button::render( array(
'type' => 'arrow',
'btn_text' => MOZ_Utils::get_upper(__('Go to home', 'erc001')),
'btn_link' => esc_url(home_url( '/' )),
'extra_class' => 'btn__arrow'
)); ?>
</div>
</div>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>