feat: add 404.html
Anirudh icyph0x@pm.me
Fri, 22 Jun 2018 12:53:40 +0530
2 files changed,
24 insertions(+),
0 deletions(-)
A
build/404.html
@@ -0,0 +1,12 @@
+--- +permalink: /404.html +--- + +<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> +<h1 align="center"> + 404 +</h1> +<p align="center"> + you poor lost soul, go <a href="/">home</a>. +</p> +
A
pages/404.html
@@ -0,0 +1,12 @@
+--- +permalink: /404.html +--- + +<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura.css" type="text/css"> +<h1 align="center"> + 404 +</h1> +<p align="center"> + you poor lost soul, go <a href="/">home</a>. +</p> +