themes-wordpress/storia/patterns/hidden-404.php
Sarah Norris 503807a297
Storia: add theme (#6949)
* Storia initial commit

* Add default duotone filters to style variations

* Replace images

Replace images with the wrong license, update readme, screenshot, and homepage pattern.

* Add some subject tags to theme tags list

---------

Co-authored-by: alaczek <ola@bodera.com>
2023-04-04 12:12:30 +01:00

14 lines
469 B
PHP

<?php
/**
* Title: Hidden 404
* Slug: storia/hidden-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.', 'storia' ); ?></h1>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'storia' ); ?></p>
<!-- /wp:paragraph -->