themes-wordpress/bute/patterns/404.php
Takashi Irie 07b26ad749
Bute: Preps for submission (#7667)
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
2024-04-04 10:26:53 +01:00

19 lines
627 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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