diff --git a/source/site/errors/404.html b/source/site/errors/404.html new file mode 100644 index 0000000..327f11d --- /dev/null +++ b/source/site/errors/404.html @@ -0,0 +1,8 @@ +--- +title: jimeh / 404 - Dead Link +--- +{% include _head.html %} + +
+ +{% include _foot.html %} diff --git a/source/site/images/404-dead-link.png b/source/site/images/404-dead-link.png new file mode 100644 index 0000000..6c9ecba Binary files /dev/null and b/source/site/images/404-dead-link.png differ diff --git a/source/site/stylesheets/master.css b/source/site/stylesheets/master.css index 88aefb2..1e3caf6 100644 --- a/source/site/stylesheets/master.css +++ b/source/site/stylesheets/master.css @@ -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 {