404.php 1.5 KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. /**
  3. * Title: 404
  4. * Slug: layover/404
  5. * Categories: hidden
  6. * Inserter: no
  7. */
  8. ?>
  9. <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
  10. <!-- wp:group {"style":{"spacing":{"padding":{"bottom":"4rem","top":"4rem"}}},"layout":{"type":"constrained"}} -->
  11. <div class="wp-block-group" style="padding-top:4rem;padding-bottom:4rem"><!-- wp:group -->
  12. <div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0rem"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"center"}} -->
  13. <div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":1,"align":"wide"} -->
  14. <h1 class="wp-block-heading alignwide has-text-align-center" id="oops-that-page-can-t-be-found"><?php echo __('Oops!', 'layover');?></h1>
  15. <!-- /wp:heading -->
  16. <!-- wp:heading {"textAlign":"center","level":1,"align":"wide"} -->
  17. <h1 class="wp-block-heading alignwide has-text-align-center" id="oops-that-page-can-t-be-found"><?php echo __('That page can’t be found.', 'layover');?></h1>
  18. <!-- /wp:heading --></div>
  19. <!-- /wp:group -->
  20. <!-- wp:paragraph {"align":"center","fontSize":"medium"} -->
  21. <p class="has-text-align-center has-medium-font-size"><?php echo __('It looks like nothing was found at this location.<br>Maybe try a search?', 'layover');?></p>
  22. <!-- /wp:paragraph -->
  23. <!-- wp:search {"showLabel":false,"placeholder":"SEARCH","buttonPosition":"button-inside","buttonUseIcon":true,"style":{"border":{"width":"0px","style":"none"}}} /--></div>
  24. <!-- /wp:group --></div>
  25. <!-- /wp:group -->
  26. <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->