added "Dead Link" 404 error page

This commit is contained in:
2012-01-13 12:35:07 +00:00
parent 09d340e393
commit ce3ebf70cb
3 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
title: jimeh / 404 - Dead Link
---
{% include _head.html %}
<div id="error-404"></div>
{% include _foot.html %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@@ -644,6 +644,20 @@ blockquote {
/* @end */
/* @group #error-* */
#error-404 {
background: url("../images/404-dead-link.png") center center no-repeat;
position: absolute;
top: 50%;
left: 50%;
margin: -137px 0px 0px -150px;
height: 274px;
width: 300px;
}
/* @end */
/* @group #about */
#about {