aboutsummaryrefslogtreecommitdiff
path: root/_pages/404.html
diff options
context:
space:
mode:
authorValentin Popov <valentineus@gmail.com>2018-04-11 06:53:07 +0300
committerValentin Popov <valentineus@gmail.com>2018-04-11 06:53:07 +0300
commit0c6e85f224b833c1184f1b4a7e645a80960e0542 (patch)
treeac7a56da3107679616b8ebb95958c914770de904 /_pages/404.html
parent0f4c98e0fbb5131defbec1a2802fd7a8ca5bea73 (diff)
downloadpopov.link-0c6e85f224b833c1184f1b4a7e645a80960e0542.tar.xz
popov.link-0c6e85f224b833c1184f1b4a7e645a80960e0542.zip
Page with an error
Diffstat (limited to '_pages/404.html')
-rw-r--r--_pages/404.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/_pages/404.html b/_pages/404.html
index 37b5e89..42aec99 100644
--- a/_pages/404.html
+++ b/_pages/404.html
@@ -1,12 +1,13 @@
---
-permalink: "/404.html"
-title: "404: Page not found"
+permalink: "404.html"
+title: "Error 404"
layout: default
---
-<div class="container f04">
- <div class="content">
- <div class="num">404</div>
- <div class="detail">Page not found</div>
+<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 | uri_escape }}">homepage</a>.</p>
</div>
-</div>
+</section>