404.php 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: iotix/404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
  9. <main class="wp-block-group"><!-- wp:image {"align":"wide","id":425,"sizeSlug":"full","linkDestination":"none"} -->
  10. <figure class="wp-block-image alignwide size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/404-Image.png" alt="" class="wp-image-425"/></figure>
  11. <!-- /wp:image -->
  12. <!-- wp:spacer -->
  13. <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
  14. <!-- /wp:spacer -->
  15. <!-- wp:heading {"textAlign":"left","level":1,"fontSize":"x-large"} -->
  16. <h1 class="has-text-align-left has-x-large-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops! That page can’t be found.', 'iotix' ); ?></h1>
  17. <!-- /wp:heading -->
  18. <!-- wp:paragraph -->
  19. <p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'iotix' ); ?></p>
  20. <!-- /wp:paragraph -->
  21. <!-- wp:search {"label":"","showLabel":false,"style":{"border":{"radius":"100px"}},"borderColor":"foreground"} /-->
  22. <!-- wp:spacer -->
  23. <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
  24. <!-- /wp:spacer --></main>
  25. <!-- /wp:group -->