404.php 560 B

12345678910111213
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: ici/404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:heading {"level":1,"fontSize":"x-small"} -->
  9. <h1 class="wp-block-heading has-x-small-font-size"><?php echo esc_html__( 'Oops, this page cannot be found.', 'ici' ); ?></h1>
  10. <!-- /wp:heading -->
  11. <!-- 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"} /-->