404.php 590 B

123456789101112131415
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: ici/404
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:heading {"level":1,"fontSize":"x-small"} -->
  10. <h1 class="wp-block-heading has-x-small-font-size"><?php echo esc_html__( 'Oops, this page cannot be found.', 'ici' ); ?></h1>
  11. <!-- /wp:heading -->
  12. <!-- wp:search {"label":"<?php esc_attr_e( 'Search', 'ici' ); ?>","showLabel":false,"buttonText":"<?php esc_attr_e( 'Search', 'ici' ); ?>","buttonPosition":"button-inside","style":{"border":{"style":"solid"}},"borderColor":"var(--wp--preset--color--primary)","fontSize":"x-small"} /-->