404.php 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: 404
  5. * Slug: mymenu/404
  6. * Categories: hidden
  7. * Inserter: no
  8. */
  9. ?>
  10. <!-- wp:template-part {"slug":"header","tagName":"header","align":"full"} /-->
  11. <!-- wp:group {"tagName":"main","style":{"spacing":{"padding":{"top":"6vh","bottom":"6vh"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
  12. <main class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:6vh;padding-bottom:6vh"><!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
  13. <div class="wp-block-group alignwide"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"0","bottom":"0","left":"var:preset|spacing|40","right":"var:preset|spacing|40"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"flex","orientation":"vertical"}} -->
  14. <div class="wp-block-group alignwide" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:0;padding-left:var(--wp--preset--spacing--40)"><!-- wp:heading {"textAlign":"left","level":1,"align":"wide","className":"wp-block-heading"} -->
  15. <h1 class="wp-block-heading alignwide has-text-align-left"><?php echo __('We\'re sorry!', 'mymenu');?></h1>
  16. <!-- /wp:heading --></div>
  17. <!-- /wp:group -->
  18. <!-- wp:spacer {"height":"3vh","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
  19. <div style="margin-top:0px;margin-bottom:0px;height:3vh" aria-hidden="true" class="wp-block-spacer"></div>
  20. <!-- /wp:spacer -->
  21. <!-- wp:group {"align":"full","layout":{"type":"constrained","justifyContent":"left"}} -->
  22. <div class="wp-block-group alignfull"><!-- wp:paragraph -->
  23. <p><?php echo __('We are apparently out of that item. What about a new selection?', 'mymenu');?></p>
  24. <!-- /wp:paragraph -->
  25. <!-- wp:spacer {"height":"6vh"} -->
  26. <div style="height:6vh" aria-hidden="true" class="wp-block-spacer"></div>
  27. <!-- /wp:spacer -->
  28. <!-- wp:search {"showLabel":false,"width":75,"widthUnit":"%","buttonText":"Search"} /--></div>
  29. <!-- /wp:group --></div>
  30. <!-- /wp:group --></main>
  31. <!-- /wp:group -->
  32. <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->