404.php 2.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. /**
  3. * Title: 404
  4. * Slug: specials/404
  5. * Categories: hidden
  6. * Inserter: no
  7. */
  8. ?>
  9. <!-- wp:template-part {"slug":"header","tagName":"header","align":"full"} /-->
  10. <!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"0vh","bottom":"0vh"}}},"layout":{"type":"constrained"}} -->
  11. <main class="wp-block-group" style="margin-top:0vh;margin-bottom:0vh"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"2px"}},"border":{"bottom":{"width":"2px"},"top":[],"right":[],"left":[]}},"layout":{"type":"default"}} -->
  12. <div class="wp-block-group alignwide" style="border-bottom-width:2px;padding-bottom:2px"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"4vh","top":"8vh","right":"var:preset|spacing|50","left":"var:preset|spacing|50"},"blockGap":"4vh"},"border":{"left":{"width":"1px"},"right":{"width":"1px"},"bottom":{"width":"1px"}}},"layout":{"type":"default"}} -->
  13. <div class="wp-block-group alignwide" style="border-right-width:1px;border-bottom-width:1px;border-left-width:1px;padding-top:8vh;padding-right:var(--wp--preset--spacing--50);padding-bottom:4vh;padding-left:var(--wp--preset--spacing--50)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"2vh"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
  14. <div class="wp-block-group alignwide"><!-- wp:heading {"textAlign":"left","level":1,"align":"wide","style":{"typography":{"fontSize":"4rem"}}} -->
  15. <h1 class="wp-block-heading alignwide has-text-align-left" style="font-size:4rem"><?php echo __('sorry!', 'specials');?></h1>
  16. <!-- /wp:heading -->
  17. <!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"default"}} -->
  18. <div class="wp-block-group"><!-- wp:paragraph -->
  19. <p><?php echo __('We are apparently out of that item, or the page you are looking for doesn\'t exist.', 'specials');?></p>
  20. <!-- /wp:paragraph -->
  21. <!-- wp:paragraph -->
  22. <p><?php echo __('What do you think about a new selection?', 'specials');?></p>
  23. <!-- /wp:paragraph --></div>
  24. <!-- /wp:group --></div>
  25. <!-- /wp:group -->
  26. <!-- wp:search {"showLabel":false,"width":50,"widthUnit":"%","buttonText":"Search","buttonPosition":"button-inside","buttonUseIcon":true,"style":{"border":{"width":"0px","style":"none"}}} /--></div>
  27. <!-- /wp:group --></div>
  28. <!-- /wp:group --></main>
  29. <!-- /wp:group -->
  30. <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->