themes-wordpress/perenne/patterns/404.php
Takashi Irie cfaff95d9c
Perenne: Add theme (#7640)
* Perenne: Add theme

* Perenne: Minor adjustments

* Perenne: Minor adjustments
2024-02-20 16:56:57 -03:00

13 lines
351 B
PHP
Raw 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: perenne/404
* Inserter: no
*/
declare( strict_types = 1 );
?>
<!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.4"}},"fontSize":"small"} -->
<p class="has-small-font-size" style="line-height:1.4"><?php echo esc_html__( 'Oops! That page cant be found.', 'perenne' ); ?></p>
<!-- /wp:paragraph -->