summaryrefslogtreecommitdiffstats
path: root/layouts/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html22
1 files changed, 16 insertions, 6 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 071f43e..dfe2090 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,7 +1,17 @@
{{ define "main" }}
-<article class="page">
- <h1 class="page-title">404: Page not found</h1>
- Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
- <a href="{{ "/" | relURL }}">Head back home to try finding it again</a>.
-</article>
-{{ end }}
+
+<section class="introduction">
+ <div class="container">
+ <h1 class="accent">404</h1>
+ <p><strong>Page not found</strong></p>
+ </div>
+
+ <p>
+ Sorry, we've misplaced that URL or it's pointing to something
+ that doesn't exist.
+ </p>
+
+ <p>
+ <a href="{{ "/" | relURL }}">Head back home to try finding it again</a>.
+ </p>
+</section>