404.php 1.6 KB

12345678910111213141516171819202122232425262728
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: 404
  5. * Slug: inversum/404
  6. * Categories: hidden
  7. * Inserter: no
  8. */
  9. ?>
  10. <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->
  11. <!-- wp:group {"style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
  12. <div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"},"blockGap":"var:preset|spacing|70"}},"layout":{"type":"default"}} -->
  13. <div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)"><!-- wp:heading {"textAlign":"left","style":{"typography":{"fontSize":"6.4rem","lineHeight":0.90000000000000002}},"className":"has-text-align-center"} -->
  14. <h2 class="wp-block-heading has-text-align-left has-text-align-center" style="font-size:6.4rem;line-height:0.9"><?php echo __('Nothing here,<br>sorry.', 'inversum');?></h2>
  15. <!-- /wp:heading -->
  16. <!-- wp:group {"style":{"spacing":{"blockGap":"20px"}},"layout":{"type":"constrained","justifyContent":"left"}} -->
  17. <div class="wp-block-group"><!-- wp:paragraph {"align":"left"} -->
  18. <p class="has-text-align-left"><?php echo __('This page or post could not be found. Maybe a search would help?', 'inversum');?></p>
  19. <!-- /wp:paragraph -->
  20. <!-- wp:search {"label":"Search","showLabel":false,"width":100,"widthUnit":"%","buttonText":"Search","buttonPosition":"button-inside","buttonUseIcon":true} /--></div>
  21. <!-- /wp:group --></div>
  22. <!-- /wp:group --></div>
  23. <!-- /wp:group -->
  24. <!-- wp:template-part {"slug":"header","tagName":"header"} /-->