hidden-404.php 770 B

123456789101112131415161718192021
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: mysa/hidden-404
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:heading {"textAlign":"left","level":1,"style":{"typography":{"fontStyle":"normal","fontWeight":"700","lineHeight":1.388888889}},"fontSize":"medium"} -->
  10. <h1 class="wp-block-heading has-text-align-left has-medium-font-size" id="oops-that-page-can-t-be-found" style="font-style:normal;font-weight:700;line-height:1.388888889;">
  11. <?php echo esc_html__( 'Oops! That page can&rsquo;t be found.', 'mysa' ); ?>
  12. </h1>
  13. <!-- /wp:heading -->
  14. <!-- wp:paragraph -->
  15. <p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'mysa' ); ?></p>
  16. <!-- /wp:paragraph -->
  17. <!-- wp:pattern {"slug":"mysa/hidden-search-field"} /-->