From 655607d93d9eb8da769a15d41820db92f5756ce6 Mon Sep 17 00:00:00 2001 From: Thomas Wood <thomas.wood09@imperial.ac.uk> Date: Mon, 15 Feb 2016 13:16:05 +0000 Subject: [PATCH] Add 404 page --- .htaccess | 1 + 404.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 .htaccess create mode 100644 404.md diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..de377bf --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +ErrorDocument 404 /404.html diff --git a/404.md b/404.md new file mode 100644 index 0000000..e93e9fc --- /dev/null +++ b/404.md @@ -0,0 +1,7 @@ +--- +layout: page +title: "Error 404: Page Not Found" +permalink: /404.html +--- + +Oops :( -- GitLab