Anti Christ Thin Veil 404
**Site relevance:** Anti-Christ.net
**Memory type:** theme source memory
**Source path:** Anti-Christ.net/wp-content/themes/anti-christ-thin-veil/404.php
**Size:** 0.6 KB
Summary
@package Anti Christ Thin Veil
Source Preview
This source file is short enough to preview directly on its source-memory page.
<?php
/**
* 404 template.
*
* @package Anti_Christ_Thin_Veil
*/
get_header();
?>
<main id="primary" class="site-main archive-shell">
<section class="not-found">
<p class="section-label"><?php esc_html_e( '404', 'anti-christ-thin-veil' ); ?></p>
<h1><?php esc_html_e( 'The record is not in this archive.', 'anti-christ-thin-veil' ); ?></h1>
<p class="archive-lead"><?php esc_html_e( 'The page you requested is not here. Try the journal, Religion & The Machine, or a local archive search.', 'anti-christ-thin-veil' ); ?></p>
<?php get_search_form(); ?>
</section>
</main>
<?php
get_footer();