404.php 588 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: nested/404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:heading {"textAlign":"left","level":1,"anchor":"oops-that-page-can-t-be-found"} -->
  9. <h1 class="wp-block-heading has-text-align-left" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops! That page can’t be found.', 'nested' ); ?></h1>
  10. <!-- /wp:heading -->
  11. <!-- wp:paragraph {"style":{"typography":{"fontSize":"1.5rem"}}} -->
  12. <p style="font-size:1.5rem"><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'nested' ); ?></p>
  13. <!-- /wp:paragraph -->