themes-wordpress/masu/patterns/404.php
Takashi Irie 9af2ab060a
Masu: Initial Commit (#6664)
* Masu: Initial commit

* Remove a ref from navigation

* Masu: Changed colour names

* Masu: Change colour name

* Masu: Fancy comments

* Masu: Remove ref from navigation

* More changes

* Masu: Fix a typo

* Masu: Add a pattern for comments

* Masu: Move post meta so that they are visually aligned with post title

* Masu: Constrained post navigation width

* Masu: Reduce spacing above post navigation

* Masu: Remove unnecessary __unstableLocation from navigation.

* Masu: Change colour name to the current standard

* Masu: Adjust spacing between social icons in footer

* Masu: Remove the default background colour from submenu

* Masu: Add background colour to submenu
2022-10-11 16:39:13 +01:00

14 lines
458 B
PHP

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