From 1c5543d98073f0496e6dcb3eac5131caaee13930 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Sun, 24 Mar 2013 20:55:32 +0100 Subject: [PATCH] Add error page --- content/error.haml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 content/error.haml diff --git a/content/error.haml b/content/error.haml new file mode 100644 index 0000000..38d14e9 --- /dev/null +++ b/content/error.haml @@ -0,0 +1,12 @@ +--- +title: Page not found +--- +.content_wrap.nobg + %section#middle_content + .entry + .error + %h1 404 + %h3 We're sorry, but the page you were looking for doesn't exist. + %a(href="/" class="button") + %span Visit ariejan.net + .cl \ No newline at end of file