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
{{ message }}
This repository was archived by the owner on Jul 7, 2021. It is now read-only.
* The template for displaying 404 pages (Not Found).
*
* @package Paperback
*/
get_header(); ?>
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<header class="entry-header archive-header">
<h1 class="entry-title"><?php esc_html_e( 'Page Not Found', 'paperback' ); ?></h1>
<div class="entry-content">
<p><?php esc_html_e( 'It looks like nothing was found at this location. Please use the search box or the sitemap to locate the content you were looking for.', 'paperback' ); ?></p>