404.php 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. /**
  3. * Title: 404
  4. * Slug: iotix/404
  5. * Categories: hidden
  6. * Inserter: no
  7. */
  8. ?>
  9. <!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
  10. <main class="wp-block-group"><!-- wp:image {"align":"wide","id":45,"sizeSlug":"full","linkDestination":"none","style":{"border":{"radius":"30px"}}} -->
  11. <figure class="wp-block-image alignwide size-full has-custom-border"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/404_Image.webp" alt="" class="wp-image-45" style="border-radius:30px"/></figure>
  12. <!-- /wp:image -->
  13. <!-- wp:spacer {"height":"40px"} -->
  14. <div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>
  15. <!-- /wp:spacer -->
  16. <!-- wp:group {"layout":{"type":"default"}} -->
  17. <div class="wp-block-group"><!-- wp:heading {"textAlign":"left","fontSize":"x-large","anchor":"oops-that-page-can-t-be-found"} -->
  18. <h2 class="wp-block-heading has-text-align-left has-x-large-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Page not found.', 'iotix' ); ?></h2>
  19. <!-- /wp:heading -->
  20. <!-- wp:paragraph -->
  21. <p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'iotix' ); ?></p>
  22. <!-- /wp:paragraph -->
  23. <!-- wp:search {"label":"","showLabel":false,"widthUnit":"%","style":{"border":{"radius":"100px"}},"backgroundColor":"foreground"} /--></div>
  24. <!-- /wp:group -->
  25. <!-- wp:spacer -->
  26. <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
  27. <!-- /wp:spacer --></main>
  28. <!-- /wp:group -->