404.php 695 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: vivre/404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:heading {"textAlign":"center","level":1,"style":{"typography":{"fontSize":"5.875rem"}}} -->
  9. <h1 class="has-text-align-center" id="oops-that-page-can-t-be-found" style="font-size:5.875rem"><?php echo esc_html__( 'Uh-oh.', 'vivre' ); ?></h1>
  10. <!-- /wp:heading -->
  11. <!-- wp:paragraph {"align":"center"} -->
  12. <p class="has-text-align-center"><?php echo esc_html__( 'This page could not be found. Try searching posts using the field below.', 'vivre' ); ?></p>
  13. <!-- /wp:paragraph -->
  14. <!-- wp:search {"label":"","showLabel":false,"placeholder":"<?php echo esc_html__( 'Search', 'vivre' ); ?>","buttonUseIcon":true} /-->