hidden-404.php 876 B

1234567891011121314151617181920212223242526
  1. <?php
  2. /**
  3. * Title: 404 content
  4. * Slug: rainfall/hidden-404
  5. * Categories: hidden
  6. * Inserter: no
  7. */
  8. ?>
  9. <!-- wp:group {"backgroundColor":"light-orange", "align": "full", "layout": {"inherit": true}} -->
  10. <div class="alignfull wp-block-group has-light-orange-background-color has-background">
  11. <!-- wp:group {"align": "wide"} -->
  12. <div class="alignwide wp-block-group">
  13. <!-- wp:heading {"level":2} -->
  14. <h2><?php esc_html_e( 'Missing page', 'rainfall' ); ?></h2>
  15. <!-- /wp:heading -->
  16. </div>
  17. <!-- /wp:group -->
  18. <!-- wp:spacer {"height":"var(--wp--preset--spacing--20)"} -->
  19. <div style="height:var(--wp--preset--spacing--20)" aria-hidden="true" class="wp-block-spacer"></div>
  20. <!-- /wp:spacer -->
  21. </div>
  22. <!-- /wp:group -->
  23. <!-- wp:paragraph -->
  24. <p><?php esc_html_e( 'The page you requested cannot be found; poor luck, eh?', 'rainfall' ); ?></p>
  25. <!-- /wp:paragraph -->