all repos — site @ 8c01907accd44cc1fb77b626f28b71d709e8249d

source for my site, found at icyphox.sh

refactor(404): better msg

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Sun, 04 Nov 2018 15:17:38 +0530
commit

8c01907accd44cc1fb77b626f28b71d709e8249d

parent

646203065f0dffa22733b332591970b92e5e2341

1 files changed, 6 insertions(+), 10 deletions(-)

jump to
M 404.html404.html

@@ -1,6 +1,3 @@

---- -permalink: /404.html ---- <!DOCTYPE html> <html lang=en> <link rel="stylesheet" href="/static/style.css" type="text/css">

@@ -22,11 +19,10 @@ <meta property="og:image" content="https://0x0.st/svQ1.png">

<link rel="stylesheet" href="/static/style.css" type="text/css"> <div class="container"> -<h1 align="center"> - 404 -</h1> -<p align="center"> - you poor lost soul, go <a href="/">home</a>. -</p> + <h1 align="center"> + 404 + </h1> + <p align="center"> + Nothing like that here. Go <a href="/">home</a>, maybe. + </p> </div> -