hidden-404.php 521 B

123456789101112131415
  1. <?php
  2. /**
  3. * Title: 404 page
  4. * Slug: skatepark/hidden-404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:heading {"textAlign":"center","level":1,"fontSize":"medium"} -->
  9. <h1 class="has-text-align-center has-medium-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( "Oops! That page can&rsquo;t be found.", "skatepark" ); ?></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?", "skatepark" ); ?></p>
  13. <!-- /wp:paragraph -->