Page with 404 error

Signed-off-by: Valentin Popov <valentineus@gmail.com>
This commit is contained in:
Valentin Popov 2018-04-03 22:20:32 +00:00
parent 74b4b3f035
commit 696c8ef7a8
2 changed files with 12 additions and 25 deletions

View File

@ -1,25 +0,0 @@
---
layout: default
---
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<div class="container">
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>

12
_pages/404.md Normal file
View File

@ -0,0 +1,12 @@
---
permalink: "/404.html"
layout: page
sidebar: false
id: 404
title: "404: Page not found"
description: ""
---
Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
[Head back home]({{ site.baseurl | uri_escape }})
to try finding it again.