123456789101112131415 |
- <?php
- /**
- * Title: A 404 page
- * Slug: bsoj/404
- * Inserter: no
- */
- ?>
- <!-- wp:heading {"level":1,"fontSize":"large","anchor":"oops-that-page-can-t-be-found"} -->
- <h1 class="wp-block-heading has-large-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops! That page can’t be found.', 'bsoj' ); ?></h1>
- <!-- /wp:heading -->
- <!-- wp:paragraph -->
- <p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'bsoj' ); ?></p>
- <!-- /wp:paragraph -->
|