Skip to content

Commit

Permalink
404: wrap in group #35
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Feb 8, 2022
1 parent 9b71660 commit f38a41e
Showing 1 changed file with 38 additions and 34 deletions.
72 changes: 38 additions & 34 deletions parts/404.html
Original file line number Diff line number Diff line change
@@ -1,39 +1,43 @@
<!-- wp:oik-sb/sb-debug-block /-->

<!-- wp:oik-sb/sb-debug-block /-->

<!-- wp:html -->
<div class="WP_DEBUG">404 template-part</div>
<div class="WP_DEBUG">404 template-part - the old method</div>
<!-- /wp:html -->

<!-- wp:heading -->
<h2>Not Found </h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Whatever you were looking for either isn't there any more or perhaps never was.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Do you want to try again?</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Maybe do a search?</p>
<!-- /wp:paragraph -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"vivid-cyan-blue"} -->
<div class="wp-block-button"><a class="wp-block-button__link has-vivid-cyan-blue-background-color has-background" href="https://s.b/wp55/thisis/site-editor-beta/">Site Editor beta</a></div>
<!-- /wp:button -->

<!-- wp:button {"backgroundColor":"site-header-background"} -->
<div class="wp-block-button"><a class="wp-block-button__link has-site-header-background-background-color has-background" href="https://s.b/wp55/thisis/blocks/">Blocks</a></div>
<!-- /wp:button -->

<!-- wp:button {"backgroundColor":"darker-gray","className":"is-style-fill"} -->
<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-darker-gray-background-color has-background" href="https://s.b/wp55/thisis/themes/">Themes</a></div>
<!-- /wp:button -->

<!-- wp:button {"className":"is-style-outline"} -->
<div class="wp-block-button is-style-outline"><a class="wp-block-button__link" href="https://s.b/wp55/thisis/sitemap/">Sitemap</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group"><!-- wp:heading -->
<h2 id="not-found">Not Found </h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Whatever you were looking for either isn't there any more or perhaps never was.</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Do you want to try again?</p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
<p>Maybe do a search?</p>
<!-- /wp:paragraph -->

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"vivid-cyan-blue"} -->
<div class="wp-block-button"><a class="wp-block-button__link has-vivid-cyan-blue-background-color has-background" href="https://s.b/wp55/thisis/site-editor-beta/">Site Editor beta</a></div>
<!-- /wp:button -->

<!-- wp:button {"backgroundColor":"site-header-background"} -->
<div class="wp-block-button"><a class="wp-block-button__link has-site-header-background-background-color has-background" href="https://s.b/wp55/thisis/blocks/">Blocks</a></div>
<!-- /wp:button -->

<!-- wp:button {"backgroundColor":"darker-gray","className":"is-style-fill"} -->
<div class="wp-block-button is-style-fill"><a class="wp-block-button__link has-darker-gray-background-color has-background" href="https://s.b/wp55/thisis/themes/">Themes</a></div>
<!-- /wp:button -->

<!-- wp:button {"className":"is-style-outline"} -->
<div class="wp-block-button is-style-outline"><a class="wp-block-button__link" href="https://s.b/wp55/thisis/sitemap/">Sitemap</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div>
<!-- /wp:group -->

0 comments on commit f38a41e

Please sign in to comment.