404.php 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: george-lois/404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:group {"layout":{"type":"constrained"}} -->
  9. <div class="wp-block-group"><!-- wp:group {"tagName":"main","lock":{"move":false,"remove":false},"align":"wide"} -->
  10. <main class="wp-block-group alignwide"><!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
  11. <div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
  12. <!-- /wp:spacer -->
  13. <!-- wp:columns -->
  14. <div class="wp-block-columns"><!-- wp:column {"width":"66.66%","style":{"spacing":{"padding":{"right":"3rem"}}}} -->
  15. <div class="wp-block-column" style="padding-right:3rem;flex-basis:66.66%"><!-- wp:heading {"level":1} -->
  16. <h1><?php echo esc_html__( 'Sorry, this page is not here.', 'george-lois' ); ?></h1>
  17. <!-- /wp:heading -->
  18. <!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
  19. <div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
  20. <!-- /wp:spacer -->
  21. <!-- wp:group {"style":{"spacing":{"blockGap":"2rem"}},"layout":{"type":"flex","orientation":"vertical"}} -->
  22. <div class="wp-block-group"><!-- wp:paragraph -->
  23. <p><?php echo esc_html__( 'This is a 404 error.', 'george-lois' ); ?><br><?php echo esc_html__( 'It looks like nothing was found at this location.', 'george-lois' ); ?></p>
  24. <!-- /wp:paragraph -->
  25. <!-- wp:search {"showLabel":false,"placeholder":"<?php echo esc_attr__( 'Try a search...', 'george-lois' ); ?>","buttonText":"<?php echo esc_html__( 'Search', 'george-lois' ); ?>","buttonPosition":"button-inside","buttonUseIcon":true,"style":{"border":{"width":"0px","style":"none","radius":"4px"}},"backgroundColor":"secondary","textColor":"primary","fontSize":"medium","fontFamily":"libre-franklin"} /--></div>
  26. <!-- /wp:group --></div>
  27. <!-- /wp:column -->
  28. <!-- wp:column {"width":"33.33%"} -->
  29. <div class="wp-block-column" style="flex-basis:33.33%"></div>
  30. <!-- /wp:column --></div>
  31. <!-- /wp:columns -->
  32. <!-- wp:spacer {"height":"3rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
  33. <div style="margin-top:0px;margin-bottom:0px;height:3rem" aria-hidden="true" class="wp-block-spacer"></div>
  34. <!-- /wp:spacer --></main>
  35. <!-- /wp:group --></div>
  36. <!-- /wp:group -->