404.php 1.5 KB

1234567891011121314151617181920212223
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: creatio-2/404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"var:preset|spacing|50","margin":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|60"},"padding":{"bottom":"180px"}}},"layout":{"type":"constrained"}} -->
  9. <main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--80);margin-bottom:var(--wp--preset--spacing--60);padding-bottom:180px"><!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
  10. <div class="wp-block-group alignwide"><!-- wp:heading {"textAlign":"left","level":1,"align":"wide","fontSize":"large","anchor":"oops-that-page-can-t-be-found"} -->
  11. <h1 class="wp-block-heading alignwide has-text-align-left has-large-font-size" id="oops-that-page-can-t-be-found">
  12. <?php echo esc_html_x( 'Oops! That page can’t be found.', 'creatio-2' ); ?></h1>
  13. <!-- /wp:heading -->
  14. <!-- wp:paragraph -->
  15. <p><?php echo esc_html_x( 'It looks like nothing was found at this location. Maybe try a search?', 'creatio-2' ); ?></p>
  16. <!-- /wp:paragraph -->
  17. <!-- wp:search {"showLabel":false,"buttonPosition":"button-inside","buttonUseIcon":true,"style":{"border":{"radius":"2px","top":{"color":"#dfdfdf","style":"solid","width":"1px"},"right":{"color":"#dfdfdf","style":"solid","width":"1px"},"bottom":{"color":"#dfdfdf","style":"solid","width":"1px"},"left":{"color":"#dfdfdf","style":"solid","width":"1px"}}},"backgroundColor":"primary","textColor":"background"} /--></div>
  18. <!-- /wp:group --></main>
  19. <!-- /wp:group -->