404.php 907 B

123456789101112131415161718192021
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: jaida/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","wideSize":"1400px"}} -->
  9. <main class="wp-block-group" style="margin-top:16vh;margin-bottom:16vh"><!-- wp:heading {"textAlign":"left","level":1,"align":"wide","className":"wp-block-heading","anchor":"oops-that-page-can-t-be-found"} -->
  10. <h1 class="wp-block-heading alignwide has-text-align-left" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops! That page can’t be found.', 'jaida' ); ?></h1>
  11. <!-- /wp:heading -->
  12. <!-- wp:paragraph -->
  13. <p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'jaida' ); ?></p>
  14. <!-- /wp:paragraph -->
  15. <!-- wp:search {"label":"","showLabel":false} /--></main>
  16. <!-- /wp:group -->