404.php 1003 B

1234567891011121314151617181920212223
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: adventurer/404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"var:preset|spacing|50","margin":{"top":"16vh","bottom":"16vh"}}},"layout":{"type":"constrained","contentSize":"1100px"}} -->
  9. <main class="wp-block-group" style="margin-top:16vh;margin-bottom:16vh">
  10. <!-- wp:heading {"textAlign":"left","level":1,"align":"wide","style":{"typography":{"fontSize":"4.4rem"}}} -->
  11. <h1 class="wp-block-heading alignwide has-text-align-left" id="oops-that-page-can-t-be-found" style="font-size:4.4rem"><?php echo esc_html__( 'Oops! That page can&rsquo;t be found.', 'adventurer' ); ?></h1>
  12. <!-- /wp:heading -->
  13. <!-- wp:paragraph -->
  14. <p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'adventurer' ); ?></p>
  15. <!-- /wp:paragraph -->
  16. <!-- wp:search {"label":"","showLabel":false,"placeholder":"E.g. \u0022Botswana\u0022"} /-->
  17. </main>
  18. <!-- /wp:group -->