404.php 979 B

12345678910111213141516171819202122232425262728
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: club/404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:group {"tagName":"main"} -->
  9. <main class="wp-block-group"><!-- wp:spacer {"height":"4rem"} -->
  10. <div style="height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
  11. <!-- /wp:spacer -->
  12. <!-- wp:heading {"textAlign":"left","level":1,"style":{"typography":{"textTransform":"uppercase"}}} -->
  13. <h1 class="has-text-align-left" id="oops-that-page-can-t-be-found" style="text-transform:uppercase"><?php echo esc_html__( 'Uh Oh :((((((((((', 'club' ); ?></h1>
  14. <!-- /wp:heading -->
  15. <!-- wp:paragraph {"fontSize":"large"} -->
  16. <p class="has-large-font-size"><?php echo esc_html__( 'This page could not be found. Try searching posts using the search field.', 'club' ); ?></p>
  17. <!-- /wp:paragraph -->
  18. <!-- wp:pattern {"slug":"club/search"} /-->
  19. <!-- wp:spacer {"height":"4rem"} -->
  20. <div style="height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
  21. <!-- /wp:spacer --></main>
  22. <!-- /wp:group -->