diff options
Diffstat (limited to 'layouts/partials/404.html')
-rw-r--r-- | layouts/partials/404.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/partials/404.html b/layouts/partials/404.html new file mode 100644 index 0000000..7df669c --- /dev/null +++ b/layouts/partials/404.html @@ -0,0 +1,7 @@ +<section class="container centered"> + <div class="error"> + <h1>404</h1> + <h2>Page Not Found</h2> + <p>Sorry, this page does not exist.<br />You can head back to <a href="{{ .Site.BaseURL }}">homepage</a>.</p> + </div> +</section> |