404.php 952 B

12345678910111213141516171819202122232425
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: disco/404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:group {"tagName":"main"} -->
  9. <main class="wp-block-group"><!-- wp:spacer {"height":"clamp(1rem, calc(1rem + ((1vw - 0.48rem) * 5.7692)), 4rem)"} -->
  10. <div style="height:clamp(1rem, calc(1rem + ((1vw - 0.48rem) * 5.7692)), 4rem)" aria-hidden="true" class="wp-block-spacer"></div>
  11. <!-- /wp:spacer -->
  12. <!-- wp:heading {"textAlign":"left","level":1,"style":{"typography":{"textTransform":"uppercase"}}} -->
  13. <h1 class="has-text-align-left" id="oops-that-page-can-t-be-found" style="text-transform:uppercase"><?php echo esc_html__( 'Uh Oh :((((((((((', 'disco' ); ?></h1>
  14. <!-- /wp:heading -->
  15. <!-- wp:paragraph {"fontSize":"large"} -->
  16. <p class="has-large-font-size"><?php echo esc_html__( 'This page could not be found. Try searching posts using the search field.', 'disco' ); ?></p>
  17. <!-- /wp:paragraph -->
  18. <!-- wp:pattern {"slug":"disco/search"} /-->
  19. <!-- /wp:group -->