404.php 613 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: snd/404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:heading {"textAlign":"left","level":1,"fontSize":"large"} -->
  9. <h1 class="wp-block-heading has-text-align-left has-large-font-size">
  10. <?php echo esc_html__( 'Oops! That page can&rsquo;t be found.', 'snd' ); ?>
  11. </h1>
  12. <!-- /wp:heading -->
  13. <!-- wp:paragraph -->
  14. <p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'snd' ); ?></p>
  15. <!-- /wp:paragraph -->
  16. <!-- wp:search {"label":"","showLabel":false,"placeholder":"<?php echo esc_attr__( 'Search...', 'snd' ); ?>","buttonUseIcon":true} /-->