hidden-404.php 2.4 KB

123456789101112131415161718192021222324252627282930313233
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: A 404 page
  5. * Slug: vitrum/404
  6. * Inserter: no
  7. */
  8. ?>
  9. <!-- wp:group {"tagName":"main","style":{"spacing":{"padding":{"top":"160px","bottom":"0px"},"blockGap":"0px","margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} -->
  10. <main class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:160px;padding-bottom:0px"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"0px","padding":{"top":"0px","bottom":"0px"},"margin":{"top":"0px","bottom":"0px"}}}} -->
  11. <div class="wp-block-group alignwide" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-bottom:0px"><!-- wp:heading {"textAlign":"left","align":"wide","style":{"typography":{"fontWeight":"600","lineHeight":"1","fontStyle":"normal","fontSize":"8rem"}},"className":"has-text-align-center"} -->
  12. <h2 class="alignwide has-text-align-left has-text-align-center" style="font-size:8rem;font-style:normal;font-weight:600;line-height:1"><?php echo esc_html__( 'Oops...', 'vitrum' ); ?></h2>
  13. <!-- /wp:heading -->
  14. <!-- wp:spacer {"height":"90px"} -->
  15. <div style="height:90px" aria-hidden="true" class="wp-block-spacer"></div>
  16. <!-- /wp:spacer -->
  17. <!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","bottom":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"20px"}},"layout":{"type":"flex","orientation":"vertical"}} -->
  18. <div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-bottom:0px"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontStyle":"normal","fontWeight":"500","lineHeight":1.4}},"fontSize":"small"} -->
  19. <p class="has-text-align-left has-small-font-size" style="font-style:normal;font-weight:500;line-height:1.4"><?php echo esc_html__( 'This page could not be found.', 'vitrum' ); ?><br><?php echo esc_html__( 'Maybe try a search?', 'vitrum' ); ?></p>
  20. <!-- /wp:paragraph -->
  21. <!-- wp:search {"label":"<?php echo esc_html__( 'Search', 'vitrum' ); ?>","showLabel":false,"width":100,"widthUnit":"%","buttonText":"<?php echo esc_html__( 'Search', 'vitrum' ); ?>","buttonUseIcon":true,"align":"center","style":{"border":{"radius":"4px","width":"1px"}},"backgroundColor":"foreground","textColor":"background"} /--></div>
  22. <!-- /wp:group -->
  23. <!-- wp:spacer {"height":"90px"} -->
  24. <div style="height:90px" aria-hidden="true" class="wp-block-spacer"></div>
  25. <!-- /wp:spacer --></div>
  26. <!-- /wp:group --></main>
  27. <!-- /wp:group -->