HEX
Server: Apache
System: Linux p3plzcpnl489526.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: vmasmheia229 (9244908)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/vmasmheia229/public_html/htmlCHRIS/old/dev2/wp-content/themes/inovado/404.php
<?php get_header(); ?>
		<div id="title">
			<div class="container">
				<div class="ten columns">
					<h1><?php _e('Error 404', 'minti') ?></h1>
				</div>
			</div>
		</div>
		
		<?php if($data['check_stripedborder']) { ?><div class="hr-border"></div><?php } ?>

	<div id="page-wrap" class="container">
	
		<div id="content" class="sixteen columns">
				
			<article class="post">
	
				<div class="entry" id="error-404">
						
					<h2 class="error-404"><?php _e("File not Found", "minti") ?></h2>
					<h3 class="error-404"><?php _e("Error 404! Sorry, but we couldn't find the content you were looking for.", "minti") ?></h3>
					<br /><br />
					
					<span align="center"><a href="<?php echo home_url(); ?>" target="_self" class="button alternative-1 large"><?php _e("Back to Home", "minti") ?></a></span>
	
				</div>
	
			</article>
			
		</div> <!-- end content -->
	
	</div> <!-- end page-wrap -->
	
<?php get_footer(); ?>