From 222076ec8ba746886fb19b70049fd5bcb4a4a995 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 14 Mar 2016 12:49:07 +0000 Subject: [PATCH] 403/404 error pages. --- web/templates/403.html | 148 ++++++++++++++++++++++++++++++++++++++ web/templates/404.html | 157 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 305 insertions(+) create mode 100755 web/templates/403.html create mode 100755 web/templates/404.html diff --git a/web/templates/403.html b/web/templates/403.html new file mode 100755 index 0000000..dbe1140 --- /dev/null +++ b/web/templates/403.html @@ -0,0 +1,148 @@ + + + + + Permission denied + + + +
+

Permission denied

+

You do not have permission to access this page or perform this action.

+
+ + diff --git a/web/templates/404.html b/web/templates/404.html new file mode 100755 index 0000000..fdace4a --- /dev/null +++ b/web/templates/404.html @@ -0,0 +1,157 @@ + + + + + Page Not Found :( + + + +
+

Not found :(

+

Sorry, but the page you were trying to view does not exist.

+

It looks like this was the result of either:

+ + + +
+ + -- 2.39.5