404.php 240 B

123456789101112
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: chanson/404
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:paragraph -->
  10. <p><?php echo esc_html__( '⌇⌇ Oops, this page cannot be found.', 'chanson' ); ?></p>
  11. <!-- /wp:paragraph -->