404.php 666 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: spiel/404
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:heading {"textAlign":"center","level":1,"align":"wide","fontSize":"xxx-large","anchor":"oops-that-page-can-t-be-found"} -->
  10. <h1 class="wp-block-heading alignwide has-text-align-center has-xxx-large-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops! That page can’t be found.', 'spiel' ); ?></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?', 'spiel' ); ?></p>
  14. <!-- /wp:paragraph -->
  15. <!-- wp:pattern {"slug":"spiel/search"} /-->