themes-wordpress/startfit/patterns/404.php
Takashi Irie 8668342fe4
StartFit: Add theme (#7274)
Co-authored-by: Jason Crist <jcrist@pbking.com>
2023-07-31 15:36:29 -04:00

14 lines
489 B
PHP

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