HEX
Server: Apache
System: Linux server-674799.igrow.ws 5.14.0-611.27.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 4 04:40:11 EST 2026 x86_64
User: elrashedytravel (1025)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/elrashedytravel/public_html/wp-content/themes/coffee-tea/404.php
<?php
/**
 * The template for displaying 404 pages (not found).
 *
 * @link https://codex.wordpress.org/Creating_an_Error_404_Page
 *
 * @package Coffee Tea
 */

get_header(); ?>

<section class="error-area">
	<div class="container">
		<div class="error-item text-center">
			<h2><?php echo esc_html(get_theme_mod('coffee_tea_404_title', '404')); ?></h2>
			<h3><?php echo esc_html(get_theme_mod('coffee_tea_404_Text', 'Page Not Found')); ?></h3>	
			<p><?php echo esc_html(get_theme_mod('coffee_tea_404_content', 'The page you were looking for could not be found.')); ?></p>
			<a class="theme-button back-btn" href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php esc_html_e('Go to Home','coffee-tea'); ?></a>
		</div>
	</div>
</section>

<?php get_footer(); ?>