Newer
Older
Import / web / www.xiaofrog.com / wordpress / wp-content / themes / default / 404.php
@John Ryland John Ryland on 22 Dec 2020 231 bytes import NUC files
<?php
/**
 * @package WordPress
 * @subpackage Default_Theme
 */

get_header();
?>

	<div id="content" class="narrowcolumn">

		<h2 class="center">Error 404 - Not Found</h2>

	</div>

<?php get_sidebar(); ?>

<?php get_footer(); ?>