404.php 543 B

1234567891011121314151617
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: A 404 page
  5. * Slug: foam/404
  6. * Inserter: no
  7. */
  8. ?>
  9. <!-- wp:heading {"textAlign":"center","level":1,"fontSize":"x-large"} -->
  10. <h1 class="has-text-align-center has-x-large-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops! That page can&rsquo;t be found.', 'foam' ); ?></h1>
  11. <!-- /wp:heading -->
  12. <!-- wp:paragraph -->
  13. <p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'foam' ); ?></p>
  14. <!-- /wp:paragraph -->