themes-wordpress/boxedbio/patterns/404.php
Vicente Canales c6a0e6e527
BoxedBio: Add theme (#7244)
* Add boxedbio theme

* remove table styles

* Add font licenses

* Update assets

* Compress images

* Add missing image

* Update screenshot

* Fix cover block min heights

* Transform png to jpeg
2023-07-18 11:15:02 -04:00

16 lines
517 B
PHP

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