404.php 559 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: otis/404
  5. * Categories: 404
  6. * Block Types: core/template/404
  7. * Inserter: yes
  8. */
  9. ?>
  10. <!-- wp:heading {"textAlign":"center","level":1,"fontSize":"x-large"} -->
  11. <h1 class="has-text-align-center has-x-large-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops! That page can&rsquo;t be found.', 'otis' ); ?></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?', 'otis' ); ?></p>
  15. <!-- /wp:paragraph -->