404.php 1.3 KB

1234567891011121314151617181920212223242526272829
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: A 404 page
  5. * Slug: raw/404
  6. * Inserter: no
  7. */
  8. ?>
  9. <!-- wp:heading {"textAlign":"left","level":1,"align":"wide","style":{"typography":{"fontSize":"6rem"},"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"className":"has-text-align-center"} -->
  10. <h1 class="wp-block-heading alignwide has-text-align-left has-text-align-center" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-size:6rem"><?php echo esc_html__( 'This page could not be found.'); ?></h1>
  11. <!-- /wp:heading -->
  12. <!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
  13. <div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
  14. <!-- /wp:spacer -->
  15. <!-- wp:group {"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} -->
  16. <div class="wp-block-group alignwide"><!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
  17. <div class="wp-block-group alignwide"><!-- wp:paragraph -->
  18. <p>
  19. <?php echo esc_html__( 'Please try a new search.'); ?>
  20. </p>
  21. <!-- /wp:paragraph -->
  22. </div>
  23. <!-- /wp:group -->
  24. </div>
  25. <!-- /wp:group -->