404.php 1.8 KB

123456789101112131415161718192021222324252627282930
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: alter/404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:group {"layout":{"type":"constrained"}} -->
  9. <div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0rem"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"center"}} -->
  10. <div class="wp-block-group"><!-- wp:heading {"textAlign":"center","level":1,"anchor":"oops-that-page-can-t-be-found"} -->
  11. <h1 class="wp-block-heading has-text-align-center" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops!', 'alter' ); ?></h1>
  12. <!-- /wp:heading -->
  13. <!-- wp:heading {"textAlign":"center","level":1,"anchor":"oops-that-page-can-t-be-found"} -->
  14. <h1 class="wp-block-heading has-text-align-center" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'That page can’t be found.', 'alter' ); ?></h1>
  15. <!-- /wp:heading -->
  16. <!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"var:preset|spacing|50","margin":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|60"}}},"layout":{"type":"constrained"}} -->
  17. <main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--80);margin-bottom:var(--wp--preset--spacing--60)"><!-- wp:paragraph {"align":"center"} -->
  18. <p class="has-text-align-center"><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'alter' ); ?></p>
  19. <!-- /wp:paragraph --></main>
  20. <!-- /wp:group --></div>
  21. <!-- /wp:group -->
  22. <!-- wp:group {"style":{"spacing":{"padding":{"bottom":"4rem"}}},"layout":{"type":"constrained"}} -->
  23. <div class="wp-block-group" style="padding-bottom:4rem"><!-- wp:search {"showLabel":false,"width":50,"widthUnit":"%","buttonPosition":"button-inside","buttonUseIcon":true,"align":"center","style":{"border":{"width":"0px","style":"none","radius":"4px"}}} /--></div>
  24. <!-- /wp:group --></div>
  25. <!-- /wp:group -->