66a3646dc2
Co-authored-by: Jason Crist <jcrist@pbking.com>
14 lines
459 B
PHP
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’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 -->
|