You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The template for displaying 404 pages (Not Found).
*
* @package WordPress
* @subpackage Terrific
* @since Terrific 1.0
*/
get_header(); ?>
<div class="content" role="main">
<div class="content-inner">
<h1 class="base"><?php _e('Page not found') ?></h1>
<p class="base"><?php _e( 'It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help.', 'terrific' ); ?></p>