themes-wordpress/lynx/patterns/404.php
alaczek ca302c8e2a
Lynx: Initial commit. (#6392)
* Lynx: Initial commit.

* Update the cloud pattern - specify overlay color.

* Lynx: Update default button style.

* Lunx: Add a Link in Bio pattern with subtle background and related assets.

* Lynx: Add a Link in Bio pattern with colorful buttons and associated assets.

* Lynx: Add a Link in Bio pattern with media on the right, and associated assets.

* Lynx: Add a Link in Bio pattern with background image, and associated assets.

* Lynx: Add a Link in Bio pattern with fixed background image, and associated assets.

* Lynx: Add a Link in Bio pattern with dark background, and associated assets.

* Lynx: Add a Link in Bio pattern with a large heading.

* Lynx: Add a Link in Bio pattern with mesh gradient background, and associated assets.

* Lynx: Add a Link in Bio pattern split horizontally with image on the bottom, and associated assets.

* Lynx: Update link in bio pattern with image on the bottom - remove untranslated text.

* Lynx: Add a Link in Bio pattern with content on the left, and associated assets.

* Lynx: Add a centred Link in Bio pattern with purple background.

* Lynx: Add a Link in Bio pattern with column layout and dark background.

* Lynx: Add a Link in Bio pattern with large heading and column layout, and associated assets.

* Lynx: Add a Link in Bio pattern with media embed block, and associated assets.

* Lynx: Add readme file with all the image sources.

* Update lynx/readme.txt

Co-authored-by: Jeff Ong <jonger4@gmail.com>

* Lynx: Correct file name of the link in bio with audio embed pattern.

* Lynx: Remove index.php as it's not needed in a block theme.

* Lynx: Remove tech specs, since they are no longer meaningful in the context of block themes.

* Lynx: Remove the "Link in Bio with purple background" pattern (for now) because the setup is too complex.

* Lynx: Update theme description.

Co-authored-by: Jeff Ong <jonger4@gmail.com>
2022-08-24 20:44:24 +10:00

16 lines
503 B
PHP

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