404.php 337 B

1234567891011
  1. <?php
  2. /**
  3. * Title: 404 page
  4. * Slug: beep/404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:heading {"textAlign":"left","level":1,"anchor":"oops-that-page-can-t-be-found"} -->
  9. <h1 class="wp-block-heading has-text-align-left" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Error: 404 >> Not Found.', 'beep' ); ?></h1>
  10. <!-- /wp:heading -->