HEX
Server: Apache
System: Linux p3plzcpnl507418.prod.phx3.secureserver.net 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User: retoti4c1e1s (10075650)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/retoti4c1e1s/www/thecommitment.earth/wp-content/themes/ananke/404.php
<?php
/**
 * The template for displaying 404 pages (Not Found)
 */
global $theme_option; 
get_header(); ?>

<section class="blog-post-wrapper page404">
	<div class="container">
    	<div class="twelve columns">
			<div class="text-center" style="text-align: center;">
				<h1><?php echo htmlspecialchars_decode($theme_option['404_title']); ?></h1>
				<div class="content_404">
				<?php echo htmlspecialchars_decode($theme_option['404_content']); ?>
				</div>
				<div class="blog-link dark"><a href="<?php echo esc_url(home_url('/')); ?>"><i class="icon-long-arrow-left"></i> <?php echo htmlspecialchars_decode( $theme_option['back_404'] ); ?></a></div>
			</div>
       </div> 	
    </div><!-- end container -->
</section><!-- end postwrapper -->

<?php
get_footer();