|
@@ -7,10 +7,22 @@
|
|
|
|
|
|
?>
|
|
|
|
|
|
-<!-- wp:heading {"textAlign":"center","level":1,"fontSize":"medium"} -->
|
|
|
-<h1 class="has-text-align-center has-medium-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops! That page can’t be found.', 'club' ); ?></h1>
|
|
|
+<!-- wp:group {"tagName":"main"} -->
|
|
|
+<main class="wp-block-group"><!-- wp:spacer {"height":"4rem"} -->
|
|
|
+<div style="height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
|
|
|
+<!-- /wp:spacer -->
|
|
|
+
|
|
|
+<!-- wp:heading {"textAlign":"left","level":1,"style":{"typography":{"textTransform":"uppercase"}}} -->
|
|
|
+<h1 class="has-text-align-left" id="oops-that-page-can-t-be-found" style="text-transform:uppercase"><?php echo esc_html__( 'Uh Oh :((((((((((', 'club' ); ?></h1>
|
|
|
<!-- /wp:heading -->
|
|
|
|
|
|
-<!-- wp:paragraph -->
|
|
|
-<p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'club' ); ?></p>
|
|
|
+<!-- wp:paragraph {"fontSize":"large"} -->
|
|
|
+<p class="has-large-font-size"><?php echo esc_html__( 'This page could not be found. Try searching posts using the search field.', 'club' ); ?></p>
|
|
|
<!-- /wp:paragraph -->
|
|
|
+
|
|
|
+<!-- wp:search {"label":"","showLabel":false,"placeholder":"<?php echo esc_html__( 'Search...', 'club' ); ?>","buttonText":"<?php echo esc_html__( 'WHAT R U WAITING FOR?', 'club' ); ?>"} /-->
|
|
|
+
|
|
|
+<!-- wp:spacer {"height":"4rem"} -->
|
|
|
+<div style="height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
|
|
|
+<!-- /wp:spacer --></main>
|
|
|
+<!-- /wp:group -->
|