404.php 1.3 KB

123456789101112131415161718192021222324252627282930
  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">
  10. <?php echo esc_html__( 'This page could not be found.'); ?>
  11. </h1>
  12. <!-- /wp:heading -->
  13. <!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
  14. <div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
  15. <!-- /wp:spacer -->
  16. <!-- wp:group {"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} -->
  17. <div class="wp-block-group alignwide"><!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
  18. <div class="wp-block-group alignwide"><!-- wp:paragraph -->
  19. <p>
  20. <?php echo esc_html__( 'Please try a new search.'); ?>
  21. </p>
  22. <!-- /wp:paragraph -->
  23. </div>
  24. <!-- /wp:group -->
  25. </div>
  26. <!-- /wp:group -->