hidden-404.php 604 B

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