404.php 508 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: entry/404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:heading {"textAlign":"center","level":1,"fontSize":"x-large"} -->
  9. <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.', 'entry' ); ?></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?', 'entry' ); ?></p>
  13. <!-- /wp:paragraph -->