refactor(404): better msg Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Sun, 04 Nov 2018 15:17:38 +0530
1 files changed,
6 insertions(+),
10 deletions(-)
jump to
M
404.html
→
404.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> -