627acf5ab7
Initial commit
30 lines
No EOL
1.2 KiB
PHP
30 lines
No EOL
1.2 KiB
PHP
<?php
|
|
/**
|
|
* Title: 404
|
|
* Slug: bark/hidden-404
|
|
* Inserter: no
|
|
*/
|
|
declare( strict_types = 1 );
|
|
?>
|
|
|
|
<!-- wp:spacer {"height":"var:preset|spacing|70"} -->
|
|
<div style="height:var(--wp--preset--spacing--70)" aria-hidden="true" class="wp-block-spacer"></div>
|
|
<!-- /wp:spacer -->
|
|
|
|
<!-- wp:heading {"textAlign":"center","align":"wide"} -->
|
|
<h2 class="wp-block-heading alignwide has-text-align-center" id="page-not-found"><?php echo esc_html_x( 'Page Not Found', 'Heading for a web page that is not found', 'bark' ); ?></h2>
|
|
<!-- /wp:heading -->
|
|
|
|
<!-- wp:paragraph {"align":"center"} -->
|
|
<p class="has-text-align-center"><?php echo esc_html__( 'The page you are looking for does not exist.', 'bark' ); ?></p>
|
|
<!-- /wp:paragraph -->
|
|
|
|
<!-- wp:spacer {"height":"var:preset|spacing|20"} -->
|
|
<div style="height:var(--wp--preset--spacing--20)" aria-hidden="true" class="wp-block-spacer"></div>
|
|
<!-- /wp:spacer -->
|
|
|
|
<!-- wp:search {"label":"Search","showLabel":false,"width":100,"widthUnit":"%","buttonText":"Search"} /-->
|
|
|
|
<!-- wp:spacer {"height":"var:preset|spacing|70"} -->
|
|
<div style="height:var(--wp--preset--spacing--70)" aria-hidden="true" class="wp-block-spacer"></div>
|
|
<!-- /wp:spacer -->
|