
* 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>
14 lines
469 B
PHP
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’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 -->
|