404.php 351 B

12345678910111213
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: perenne/404
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.4"}},"fontSize":"small"} -->
  10. <p class="has-small-font-size" style="line-height:1.4"><?php echo esc_html__( 'Oops! That page can’t be found.', 'perenne' ); ?></p>
  11. <!-- /wp:paragraph -->