12345678910111213141516171819202122232425262728293031323334353637 |
- <?php
- /**
- * Title: 404
- * Slug: fixmate/404
- * Categories: hidden
- * Inserter: no
- */
- ?>
- <!-- wp:group {"layout":{"type":"constrained"}} -->
- <div class="wp-block-group"><!-- wp:template-part {"slug":"header","area":"header","align":"wide"} /--></div>
- <!-- /wp:group -->
- <!-- wp:group {"tagName":"main","lock":{"move":false,"remove":false},"style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}}} -->
- <main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"><!-- wp:group {"layout":{"type":"constrained"}} -->
- <div class="wp-block-group"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"5vh"}},"layout":{"type":"default"}} -->
- <div class="wp-block-group alignwide"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} -->
- <div class="wp-block-group"><!-- wp:heading {"textAlign":"left","level":1,"style":{"typography":{"fontSize":"6rem","lineHeight":"1"}}} -->
- <h1 class="wp-block-heading has-text-align-left" id="oops-that-page-can-t-be-found" style="font-size:6rem;line-height:1"><?php esc_html_e('🫥', 'fixmate');?></h1>
- <!-- /wp:heading -->
- <!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} -->
- <div class="wp-block-group"><!-- wp:heading {"textAlign":"left","level":1} -->
- <h1 class="wp-block-heading has-text-align-left" id="oops-that-page-can-t-be-found"><?php esc_html_e('Oops! The page can’t be found.', 'fixmate');?></h1>
- <!-- /wp:heading -->
- <!-- wp:paragraph {"fontFamily":"newsreader"} -->
- <p class="has-newsreader-font-family"><?php esc_html_e('It looks like nothing was found at this location. Maybe try a search?', 'fixmate');?></p>
- <!-- /wp:paragraph --></div>
- <!-- /wp:group --></div>
- <!-- /wp:group -->
- <!-- wp:search {"showLabel":false,"placeholder":"Search","buttonText":"","buttonPosition":"button-only","buttonUseIcon":true,"isSearchFieldHidden":true} /--></div>
- <!-- /wp:group --></div>
- <!-- /wp:group --></main>
- <!-- /wp:group -->
- <!-- wp:template-part {"slug":"footer-pages","align":"full"} /-->
|