404.php 1.0 KB

1234567891011121314151617
  1. <?php
  2. /**
  3. * Title: 404
  4. * Slug: awburn/404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"var:preset|spacing|50","margin":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|60"},"padding":{"bottom":"180px"}}},"layout":{"type":"constrained"}} -->
  9. <main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--80);margin-bottom:var(--wp--preset--spacing--60);padding-bottom:180px"><!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
  10. <div class="wp-block-group alignwide"><!-- wp:heading {"textAlign":"left","level":1,"align":"wide","fontSize":"large","anchor":"oops-that-page-can-t-be-found"} -->
  11. <h1 class="wp-block-heading alignwide has-text-align-left has-large-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops! That page can’t be found.', 'awburn' ); ?></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?', 'awburn' ); ?></p>
  15. <!-- /wp:paragraph -->