From a4b1183fc133c980048a6ee15046bffcd74dc125 Mon Sep 17 00:00:00 2001 From: lauralani Date: Wed, 22 Jun 2022 11:56:04 +0200 Subject: [PATCH] add 404 page --- 404.html | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 404.html diff --git a/404.html b/404.html new file mode 100644 index 0000000..72efd84 --- /dev/null +++ b/404.html @@ -0,0 +1,91 @@ +--- +permalink: 404.html +--- + + + + + + + + + 404 - lauka (dot) net + + + + + + + + + + +
+ + // 404 page not found. + + + + if + + (!found) + { + + + + throw + + + ("404 Not Found"); + + + } + + // Go home! + + +
+ +