HEX
Server: Apache
System: Linux iad1-shared-e1-26 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User: ricpug (13815490)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/ricpug/tecnomarketconsult.co_202106190822/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="sixteen 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();