404.php 1.1 KB

12345678910111213141516171819202122232425262728
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: poesis/404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"default"}} -->
  9. <div class="wp-block-group"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"400"}}} -->
  10. <h2 class="wp-block-heading" style="font-style:normal;font-weight:400"><?php echo esc_html__( 'Page not found.', 'poesis' ); ?></h2>
  11. <!-- /wp:heading -->
  12. <!-- wp:paragraph -->
  13. <p><?php echo esc_html__( 'This page doesn\'t exist. Maybe try a search?', 'poesis' ); ?></p>
  14. <!-- /wp:paragraph -->
  15. <!-- wp:spacer {"height":"20px"} -->
  16. <div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>
  17. <!-- /wp:spacer -->
  18. <!-- wp:search {"label":"<?php echo esc_html__( 'Search', 'poesis' ); ?>","showLabel":false,"buttonText":"<?php echo esc_html__( 'Search', 'poesis' ); ?>","buttonPosition":"button-inside"} /-->
  19. <!-- wp:spacer {"height":"10px"} -->
  20. <div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>
  21. <!-- /wp:spacer --></div>
  22. <!-- /wp:group -->