404.php 2.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: overlaid/404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:group {"style":{"spacing":{"padding":{"bottom":"4rem"}}},"layout":{"type":"constrained"}} -->
  9. <div class="wp-block-group" style="padding-bottom:4rem"><!-- wp:group {"style":{"spacing":{"padding":{"top":"4rem","bottom":"4rem"}}}} -->
  10. <div class="wp-block-group" style="padding-top:4rem;padding-bottom:4rem"><!-- wp:group {"style":{"spacing":{"padding":{"bottom":"2rem","top":"4px"},"blockGap":"0rem"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"center"}} -->
  11. <div class="wp-block-group" style="padding-top:4px;padding-bottom:2rem"><!-- wp:heading {"textAlign":"center","level":1,"align":"wide","anchor":"oops-that-page-can-t-be-found"} -->
  12. <h1 class="wp-block-heading alignwide has-text-align-center" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops!', 'overlaid' ); ?></h1>
  13. <!-- /wp:heading -->
  14. <!-- wp:heading {"textAlign":"center","level":1,"align":"wide","anchor":"oops-that-page-can-t-be-found"} -->
  15. <h1 class="wp-block-heading alignwide has-text-align-center" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'That page can\'t be found.', 'overlaid' ); ?></h1>
  16. <!-- /wp:heading --></div>
  17. <!-- /wp:group -->
  18. <!-- wp:group {"layout":{"type":"constrained"}} -->
  19. <div class="wp-block-group"><!-- wp:paragraph {"align":"center"} -->
  20. <p class="has-text-align-center"><?php echo esc_html__( 'It looks like nothing was found at this location.', 'overlaid' ); ?><br><?php echo esc_html__( 'Maybe try a search?', 'overlaid' ); ?></p>
  21. <!-- /wp:paragraph --></div>
  22. <!-- /wp:group --></div>
  23. <!-- /wp:group -->
  24. <!-- wp:group {"style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"2rem","left":"0rem"}}},"layout":{"type":"constrained"}} -->
  25. <div class="wp-block-group" style="padding-top:0rem;padding-right:0rem;padding-bottom:2rem;padding-left:0rem"><!-- wp:search {"showLabel":false,"placeholder":"<?php echo esc_attr__( 'SEARCH', 'overlaid' ); ?>","buttonPosition":"button-inside","buttonUseIcon":true,"style":{"border":{"width":"0px","style":"none"}}} /-->
  26. <!-- wp:spacer {"height":"40px"} -->
  27. <div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>
  28. <!-- /wp:spacer --></div>
  29. <!-- /wp:group --></div>
  30. <!-- /wp:group -->