Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gundamew/hugo-bingo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/404.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/404.html b/layouts/404.html
index e69de29..827ff42 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -0,0 +1,8 @@
+{{ define "main" }}
+<main class="tc lh-copy">
+ <div class="ph5">
+ <h1 class="f1 f-headline-l code mb3 fw9 dib tracked-tight dark-blue">404</h1>
+ <h2 class="tc f1-l fw1">Sorry, we can't find the page you are looking for.</h2>
+ </div>
+</main>
+{{ end }}