404.php 668 B

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: pixl/404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:heading {"textAlign":"center","level":1} -->
  9. <h1 class="has-text-align-center"><?php echo esc_html__( 'Oh, nooooooooooooooooo!', 'pixl' ); ?></h1>
  10. <!-- /wp:heading -->
  11. <!-- wp:paragraph -->
  12. <p><?php echo esc_html__( 'The page you’re looking doesn’t seem to exist. Maybe try a search?', 'pixl' ); ?></p>
  13. <!-- /wp:paragraph -->
  14. <!-- wp:search {"label":"","showLabel":false,"placeholder":"<?php echo esc_attr__( 'Type Something...', 'pixl' ); ?>"} /-->
  15. <!-- wp:spacer {"height":60} -->
  16. <div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
  17. <!-- /wp:spacer -->