Skip to content

Commit

Permalink
[#122] Adding 404 page and pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-schmidt-viget committed Jul 29, 2024
1 parent c3fbcbe commit e4f89b3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions wp-content/themes/wp-starter/templates/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!-- wp:template-part {"slug":"header","area":"header","tagName":"header"} /-->

<!-- wp:group {"tagName":"main","style":{"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"}}},"layout":{"type":"constrained"}} -->
<main class="wp-block-group" style="padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)">
<!-- wp:heading {"level":1} -->
<h1 class="wp-block-heading" id="page-not-found">Page Not Found</h1>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>The page you are looking for does not exist, or it has been moved.</p>
<!-- /wp:paragraph -->
</main>
<!-- /wp:group -->

<!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer"} /-->

0 comments on commit e4f89b3

Please sign in to comment.