404.php 1.8 KB

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. /**
  3. * Title: 404
  4. * Slug: cortado/404
  5. * Categories: hidden
  6. * Inserter: no
  7. */
  8. ?>
  9. <!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"var:preset|spacing|50","margin":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|60"}}},"layout":{"type":"constrained"}} -->
  10. <main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--80);margin-bottom:var(--wp--preset--spacing--60)"><!-- wp:image {"align":"center","id":314,"width":400,"height":400,"sizeSlug":"full","linkDestination":"none","style":{"border":{"radius":"0px"}}} -->
  11. <figure class="wp-block-image aligncenter size-full is-resized has-custom-border"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/StockSnap_8B74455531-e1668601658378.jpg" alt="" class="wp-image-314" style="border-radius:0px;width:400px;height:400px" width="400" height="400"/></figure>
  12. <!-- /wp:image -->
  13. <!-- wp:spacer {"height":"1rem"} -->
  14. <div style="height:1rem" aria-hidden="true" class="wp-block-spacer"></div>
  15. <!-- /wp:spacer -->
  16. <!-- wp:heading {"textAlign":"center","level":1} -->
  17. <h1 class="wp-block-heading has-text-align-center"><?php echo esc_html__( 'Oops! That page can’t be found.', 'cortado' ); ?></h1>
  18. <!-- /wp:heading -->
  19. <!-- wp:paragraph {"align":"center"} -->
  20. <p class="has-text-align-center"><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'cortado' ); ?></p>
  21. <!-- /wp:paragraph -->
  22. <!-- wp:search {"label":"","showLabel":false,"width":75,"widthUnit":"%","buttonUseIcon":true,"align":"center","style":{"border":{"radius":"3px","width":"1px"}},"borderColor":"primary"} /-->
  23. <!-- wp:spacer {"height":"8rem"} -->
  24. <div style="height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
  25. <!-- /wp:spacer --></main>
  26. <!-- /wp:group -->