From 950e4edec11404cde11f4f4d69085ca6fd0a4f6e Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 20 Dec 2016 15:58:39 -0600 Subject: [PATCH] Add 403 error page Created a 403 error page using the same template as the new 404 page. This page includes a link to the root directory, a link to submit a Github issue, and contact information. --- public/403.html | 45 +++++++++++++++++++++++++++++++++++++++++++++ public/404.html | 1 + 2 files changed, 46 insertions(+) create mode 100644 public/403.html diff --git a/public/403.html b/public/403.html new file mode 100644 index 00000000..7164ea0d --- /dev/null +++ b/public/403.html @@ -0,0 +1,45 @@ + + + + Error 403: Page not found + + + + + +
+ osem logo +

Error 403: Forbidden

+

You don't have permission to access this resource.
If you'd + like, you can start again from the homepage.


+ +

OSEM is a + free software project built through collaboration.

+ +

If you believe you have encountered a bug...

+ +

Please submit an issue + on Github.

+ +

If you have other questions regarding OSEM...

+ +

Feel free to contact contributors by subscribing to our mailing list.

+ +

You can also reach out in the #OSEM channel on the IRC freenode + server.

+ +
+ + diff --git a/public/404.html b/public/404.html index d4e8efb3..b50208b0 100644 --- a/public/404.html +++ b/public/404.html @@ -38,6 +38,7 @@

If you have other questions regarding OSEM...

Feel free to contact contributors by subscribing to our mailing list.

+

You can also reach out in the #OSEM channel on the IRC freenode server.