404.php 597 B

12345678910111213141516171819
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: A 404 page
  5. * Slug: otis/404
  6. * Categories: 404
  7. * Block Types: core/template/404
  8. * Inserter: yes
  9. */
  10. ?>
  11. <!-- wp:heading {"textAlign":"center","level":1,"fontSize":"x-large"} -->
  12. <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>
  13. <!-- /wp:heading -->
  14. <!-- wp:paragraph -->
  15. <p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'otis' ); ?></p>
  16. <!-- /wp:paragraph -->