themes-wordpress/kigen/patterns/404.php
Matias Benedetto 66a3646dc2
Kigen: Add theme for review (#7017)
Co-authored-by: Jason Crist <jcrist@pbking.com>
2023-06-27 10:23:06 -04:00

14 lines
459 B
PHP

<?php
/**
* Title: A 404 page
* Slug: kigen/404
* Inserter: no
*/
?>
<!-- wp:heading {"level":1,"fontSize":"large"} -->
<h1 class="has-large-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops! That page can&rsquo;t be found.', 'kigen' ); ?></h1>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'kigen' ); ?></p>
<!-- /wp:paragraph -->