404.php 1.3 KB

12345678910111213141516171819202122232425262728
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: raw/404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- 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"} -->
  9. <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>
  10. <!-- /wp:heading -->
  11. <!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
  12. <div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
  13. <!-- /wp:spacer -->
  14. <!-- wp:group {"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} -->
  15. <div class="wp-block-group alignwide"><!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
  16. <div class="wp-block-group alignwide"><!-- wp:paragraph -->
  17. <p>
  18. <?php echo esc_html__( 'Please try a new search.'); ?>
  19. </p>
  20. <!-- /wp:paragraph -->
  21. </div>
  22. <!-- /wp:group -->
  23. </div>
  24. <!-- /wp:group -->