themes-wordpress/tomoni/patterns/404.php
Takashi Irie 9dfa3e2108
Tomoni:add theme (#7107)
* Tomoni:add theme

* Remove theme slug.

* Add license info and bump.

---------

Co-authored-by: Jeff Ong <jonger4@gmail.com>
2023-06-28 12:14:49 -04:00

14 lines
519 B
PHP

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