File "404.php"

Full Path: /home/elegucvf/public_html/video/wp-content/wp-includes/wp-includes/wp-includes/wp-content/themes/atlas/404.php
File size: 782 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * The main template file
 *
 * This is the most generic template file in a WordPress theme
 * and one of the two required files for a theme (the other being style.css).
 * It is used to display a page when nothing more specific matches a query.
 * E.g., it puts together the home page when no home.php file exists.
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package Atlas
 */

get_header();
?>

<div id="primary" class="content-area">
	<div class="container">
		<div class="section-inner">
			<main id="main" class="site-main">
				<div class="main-area<?php echo esc_attr( th90_box() ); ?>">
					<?php get_template_part( 'template-parts/content', 'none' ); ?>
				</div>
			</main>
		</div>
	</div>
</div>

<?php
get_footer();