Done !
| Server IP : 87.98.154.146 / Your IP : 216.73.216.74 Web Server : Apache System : Linux webm011.cluster126.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : alfamiffjq ( 77889) PHP Version : 8.2.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/alfamiffjq/www/alfamifwp/wp-content/themes/setto/ |
Upload File : |
<?php
/**
* The template for displaying 404 pages (not found).
*
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
*
* @package Setto
*/
get_header();
?>
<div class="page-not-found section-ptb">
<div class="container">
<div class="row">
<div class="col">
<div class="search-error-wrapper">
<div class="img-text">
<img src="<?php echo esc_url(get_template_directory_uri() .'/assets/images/404.png'); ?>" />
</div>
<a class="btn btn-style3" href="<?php echo esc_url( home_url( '/' ) ); ?>" data-text="<?php echo esc_attr_e('Back to homepage','setto'); ?>">
<span><?php echo esc_html_e('Back to homepage','setto'); ?></span>
<i class="fa fa-home"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>