* The template for displaying the 404 template in the Twenty Twenty theme.
*
* @package WordPress
* @subpackage Twenty_Twenty
* @since Twenty Twenty 1.0
*/
get_header();
?>
<mainid="site-content"role="main">
<divclass="section-inner thin error404-content">
<h1class="entry-title"><?php_e('Page Not Found','twentytwenty');?></h1>
<divclass="intro-text"><p><?php_e('The page you were looking for could not be found. It might have been removed, renamed, or did not exist in the first place.','twentytwenty');?></p></div>
* The template for displaying the 404 template in the Twenty Twenty theme.
*
* @package WordPress
* @subpackage Twenty_Twenty
* @since Twenty Twenty 1.0
*/
get_header();
?>
<mainid="site-content"role="main">
<divclass="section-inner thin error404-content">
<h1class="entry-title"><?php_e('Page Not Found','twentytwenty');?></h1>
<divclass="intro-text"><p><?php_e('The page you were looking for could not be found. It might have been removed, renamed, or did not exist in the first place.','twentytwenty');?></p></div>