mirror of
https://github.com/jimeh/jimeh.me-v3.0.git
synced 2026-02-19 05:46:40 +00:00
added "Dead Link" 404 error page
This commit is contained in:
8
source/site/errors/404.html
Normal file
8
source/site/errors/404.html
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: jimeh / 404 - Dead Link
|
||||
---
|
||||
{% include _head.html %}
|
||||
|
||||
<div id="error-404"></div>
|
||||
|
||||
{% include _foot.html %}
|
||||
BIN
source/site/images/404-dead-link.png
Normal file
BIN
source/site/images/404-dead-link.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user