File: /home/salhiscp/salhab360photos.com/wp-content/themes/acora/404.php
<?php
/**
* Nothing found template.
*
* @package acora
* @since acora 1.0
*/
get_header();
?>
<div class="page-not-found no-results not-found">
<div class="entry-content">
<div class="content">
<h1>404</h1>
<span class="ghost fwdicon-ghost"></span>
<h4><?php esc_html_e('Something went wrong!', 'acora'); ?></h4>
<h4 class="back"><?php esc_html_e('I will take you back to the homepage.', 'acora'); ?></h4>
<a href="<?php echo esc_url(get_home_url()); ?>"><?php esc_html_e('Click here','acora')?></a>
</div>
</div>
</div>
<?php get_footer(); ?>