themes-wordpress/tu/patterns/hidden-404.php
Takashi Irie b1013ce165
Tú: Initial commit (#6748)
* Tu: Initial commit

* Tu: Remove ref from navigation

* Tu: Rename front-page.html and change the inherit option for the post list pattern

* Tu: Make sure the footer pattern is full-width
2022-12-07 15:40:09 +00:00

14 lines
457 B
PHP

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