404.php 458 B

1234567891011121314
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: masu/404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:heading {"level":1,"fontSize":"normal"} -->
  9. <h1 class="has-normal-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops! That page can&rsquo;t be found.', 'masu' ); ?></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?', 'masu' ); ?></p>
  13. <!-- /wp:paragraph -->