From f5f35b859ba35c2e6436e1eb16ce4fc44774a389 Mon Sep 17 00:00:00 2001 From: rscnt Date: Sat, 30 May 2015 20:29:38 -0600 Subject: [PATCH] templates: added 404 and 505. Signed-off-by: rscnt --- templates/404.html | 13 +++++++++++++ templates/505.html | 15 +++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 templates/404.html create mode 100644 templates/505.html diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 00000000..ae7ae0f4 --- /dev/null +++ b/templates/404.html @@ -0,0 +1,13 @@ + + + + Page not found + + +

Page not found

+ +

Sorry, but the requested page could not be found.

+ + + diff --git a/templates/505.html b/templates/505.html new file mode 100644 index 00000000..a7beaded --- /dev/null +++ b/templates/505.html @@ -0,0 +1,15 @@ + + + + Page unavailable + + +

Page unavailable

+ +

Sorry, but the requested page is unavailable due to a + server hiccup.

+ +

Our engineers have been notified, so check back later.

+ +