Page with 404 error
Signed-off-by: Valentin Popov <valentineus@gmail.com>
This commit is contained in:
parent
74b4b3f035
commit
696c8ef7a8
25
404.html
25
404.html
@ -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
12
_pages/404.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user