hidden-404.php 824 B

1234567891011121314
  1. <?php
  2. /**
  3. * Title: Hidden 404
  4. * Slug: twentytwentythree/hidden-404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:heading {"style":{"typography":{"fontSize":"clamp(4rem, 40vw, 20rem)","fontWeight":"200","lineHeight":"1"}},"className":"has-text-align-center"} -->
  9. <h2 class="has-text-align-center" style="font-size:clamp(4rem, 40vw, 20rem);font-weight:200;line-height:1"><?php esc_html( _x( '404', 'Error code for a webpage that is not found.', 'twentytwentythree' ) ) ?></h2>
  10. <!-- /wp:heading -->
  11. <!-- wp:paragraph {"align":"center"} -->
  12. <p class="has-text-align-center"><?php esc_html__( 'This page could not be found. Maybe try a search?', 'twentytwentythree' ) ?></p>
  13. <!-- /wp:paragraph -->
  14. <!-- wp:search {"label":"Search","showLabel":false,"width":50,"widthUnit":"%","buttonText":"Search","buttonUseIcon":true,"align":"center"} /-->