HEX
Server: nginx/1.27.1
System: Linux in-4 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: ilikadirect (1186)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v6964/srce/public_html/wp-content/themes/construction-light/404.php
<?php
/**
 * The template for displaying 404 pages (not found)
 *
 * @link https://codex.wordpress.org/Creating_an_Error_404_Page
 *
 * @package Construction Light
 */

get_header(); ?>

<div class="cons_light_blog-list-area inner_padding">
	<div class="container">
		<div class="row">
			<div id="primary" class="content-area col-xs-12 col-sm-12 col-md-12">
				<main id="main" class="site-main">
					<div class="articlesListing">
						<section class="error-404 not-found">
				
							<header class="page-header">
								<h1><?php esc_html_e('404','construction-light'); ?></h1>
								<h2 class="page-title"><?php esc_html_e( 'Oops! That page can&rsquo;t be found.', 'construction-light' ); ?></h2>
							</header><!-- .page-header -->

							<div class="page-content">
								<p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'construction-light' ); ?></p>							
							</div><!-- .page-content -->

							<div class="btns text-center">
								<a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="btn btn-primary">
									<span><?php esc_html_e('Back To Home','construction-light'); ?></span>
									<i class="fas fa-arrow-right"></i>
								</a>
							</div><!-- .page-content -->

						</section><!-- .error-404 -->
					</div>
				</main><!-- #main -->
			</div><!-- #primary --><!-- #primary -->
		</div>
	</div>
</div>

<?php get_footer();