12345678910111213141516 |
- <?php
- /**
- * Title: Default footer
- * Slug: curriculum/hidden-404
- * Categories: hidden
- * Inserter: no
- */
- ?>
- <!-- wp:heading {"textAlign":"left","level":1,"fontSize":"x-large","anchor":"oops-that-page-can-t-be-found"} -->
- <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>
- <!-- /wp:heading -->
- <!-- wp:paragraph -->
- <p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'curriculum' ); ?></p>
- <!-- /wp:paragraph -->
|