Skip to content
wiki.fftac.org

Antichrist Net 404

**Site relevance:** Antichrist.net

**Memory type:** theme source memory

**Source path:** Antichrist.net/wp-content/themes/antichrist-net/404.php

**Size:** 0.8 KB

Summary

Reviewed source memory file preserved in the wiki archive.

Source Preview

This source file is short enough to preview directly on its source-memory page.

<?php
/**
 * 404 template.
 *
 * @package AntichristNet
 */
get_header();
?>
<main id="primary" class="site-main container page-layout">
	<section class="page-header narrow empty-state">
		<p class="kicker"><?php esc_html_e( '404', 'antichrist-net' ); ?></p>
		<h1><?php esc_html_e( 'This page is outside the archive.', 'antichrist-net' ); ?></h1>
		<p><?php esc_html_e( 'Search the site or return to the main paths.', 'antichrist-net' ); ?></p>
		<?php get_search_form(); ?>
		<div class="button-row">
			<a class="button" href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php esc_html_e( 'Home', 'antichrist-net' ); ?></a>
			<a class="button button-ghost" href="<?php echo esc_url( acn_page_url( 'archive' ) ); ?>"><?php esc_html_e( 'Archive', 'antichrist-net' ); ?></a>
		</div>
	</section>
</main>
<?php get_footer(); ?>