themes-wordpress/adventurer/patterns/404.php
Vicente Canales 0509fc2f59
Workflow security issue (#7778)
* split workflow; checkout create-preview-links from trunk

* split changed themes by ,

* revert test values
2024-04-27 20:38:22 -04:00

23 lines
No EOL
1,003 B
PHP

<?php
/**
* Title: A 404 page
* Slug: adventurer/404
* Inserter: no
*/
?>
<!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"var:preset|spacing|50","margin":{"top":"16vh","bottom":"16vh"}}},"layout":{"type":"constrained","contentSize":"1100px"}} -->
<main class="wp-block-group" style="margin-top:16vh;margin-bottom:16vh">
<!-- wp:heading {"textAlign":"left","level":1,"align":"wide","style":{"typography":{"fontSize":"4.4rem"}}} -->
<h1 class="wp-block-heading alignwide has-text-align-left" id="oops-that-page-can-t-be-found" style="font-size:4.4rem"><?php echo esc_html__( 'Oops! That page can&rsquo;t be found.', 'adventurer' ); ?></h1>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'adventurer' ); ?></p>
<!-- /wp:paragraph -->
<!-- wp:search {"label":"","showLabel":false,"placeholder":"E.g. \u0022Botswana\u0022"} /-->
</main>
<!-- /wp:group -->