404.php 515 B

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