From d6ec0e9469ae2baae0943f6c930d0dc52a201bce Mon Sep 17 00:00:00 2001 From: perryharlock Date: Wed, 25 Sep 2013 10:35:29 +0100 Subject: [PATCH] 3rd time lucky adding the 404 and 500 views --- view/404.html | 8 ++++++++ view/500.html | 1 + 2 files changed, 9 insertions(+) create mode 100644 view/404.html create mode 100644 view/500.html diff --git a/view/404.html b/view/404.html new file mode 100644 index 0000000..488a8b6 --- /dev/null +++ b/view/404.html @@ -0,0 +1,8 @@ +
+

Hmmm, slightly awkward this.

+

We couldn't find the page you were looking for.

+

Maybe it's hiding, changed it's name or never coming back :-(

+

Maybe you spelt it wrong or the link you clicked on was wrong. Yes, that's probably it.

+

(Here's the home page if that's any help.)

+
+funny thing goes here \ No newline at end of file diff --git a/view/500.html b/view/500.html new file mode 100644 index 0000000..c326982 --- /dev/null +++ b/view/500.html @@ -0,0 +1 @@ +

500 error

\ No newline at end of file