1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?php
- /**
- * Title: A 404 page
- * Slug: lois/404
- * Inserter: no
- */
- ?>
- <!-- wp:group {"layout":{"type":"constrained"}} -->
- <div class="wp-block-group"><!-- wp:group {"tagName":"main","lock":{"move":false,"remove":false},"align":"wide"} -->
- <main class="wp-block-group alignwide"><!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
- <div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- <!-- wp:columns -->
- <div class="wp-block-columns"><!-- wp:column {"width":"66.66%","style":{"spacing":{"padding":{"right":"3rem"}}}} -->
- <div class="wp-block-column" style="padding-right:3rem;flex-basis:66.66%"><!-- wp:heading {"level":1} -->
- <h1><?php echo esc_html__( 'Sorry, this page is not here.', 'lois' ); ?></h1>
- <!-- /wp:heading -->
- <!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
- <div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- <!-- wp:group {"style":{"spacing":{"blockGap":"2rem"}},"layout":{"type":"flex","orientation":"vertical"}} -->
- <div class="wp-block-group"><!-- wp:paragraph -->
- <p><?php echo esc_html__( 'This is a 404 error.', 'lois' ); ?><br><?php echo esc_html__( 'It looks like nothing was found at this location.', 'lois' ); ?></p>
- <!-- /wp:paragraph -->
- <!-- wp:search {"showLabel":false,"placeholder":"<?php echo esc_attr__( 'Try a search...', 'lois' ); ?>","buttonText":"<?php echo esc_html__( 'Search', 'lois' ); ?>","buttonPosition":"button-inside","buttonUseIcon":true,"style":{"border":{"width":"0px","style":"none","radius":"4px"}},"backgroundColor":"secondary","textColor":"primary","fontSize":"medium","fontFamily":"libre-franklin"} /--></div>
- <!-- /wp:group --></div>
- <!-- /wp:column -->
- <!-- wp:column {"width":"33.33%"} -->
- <div class="wp-block-column" style="flex-basis:33.33%"></div>
- <!-- /wp:column --></div>
- <!-- /wp:columns -->
- <!-- wp:spacer {"height":"3rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
- <div style="margin-top:0px;margin-bottom:0px;height:3rem" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer --></main>
- <!-- /wp:group --></div>
- <!-- /wp:group -->
|