hidden-404.php 630 B

1234567891011121314151617
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: Default footer
  5. * Slug: leancv/hidden-404
  6. * Categories: hidden
  7. * Inserter: no
  8. */
  9. ?>
  10. <!-- wp:heading {"textAlign":"left","level":1,"fontSize":"x-large","anchor":"oops-that-page-can-t-be-found"} -->
  11. <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.', 'leancv' ); ?></h1>
  12. <!-- /wp:heading -->
  13. <!-- wp:paragraph -->
  14. <p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'leancv' ); ?></p>
  15. <!-- /wp:paragraph -->