From f579bf5afaeba0ceb42f0842dc0ccf680d31731b Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 7 Dec 2020 03:21:03 -0500 Subject: [PATCH] Updated buttons and added 401 --- errors/401.html | 38 ++++++++++++++++++++++++++++++++++++++ errors/403.html | 3 +-- errors/404.html | 7 +++++++ errors/500.html | 22 +++++++++++----------- 4 files changed, 57 insertions(+), 13 deletions(-) create mode 100644 errors/401.html diff --git a/errors/401.html b/errors/401.html new file mode 100644 index 0000000..4327eee --- /dev/null +++ b/errors/401.html @@ -0,0 +1,38 @@ + + + + Parsell Family Website + + + + + + +
+
+
+
+
+

401

+

Unauthorized, login required

+
+

+ +   Return to homepage + + +

+
+
+
+
+
+ + + \ No newline at end of file diff --git a/errors/403.html b/errors/403.html index 3ee22cc..7a507c2 100644 --- a/errors/403.html +++ b/errors/403.html @@ -17,9 +17,8 @@

Access to resource forbidden

- -   Return to homepage +   Return to homepage

diff --git a/errors/404.html b/errors/404.html index 04b8c9a..cef28c8 100644 --- a/errors/404.html +++ b/errors/404.html @@ -28,4 +28,11 @@ + \ No newline at end of file diff --git a/errors/500.html b/errors/500.html index 9ac9dc9..0942015 100644 --- a/errors/500.html +++ b/errors/500.html @@ -17,22 +17,22 @@

Internal Server Error

- - -   Return to homepage - + +   Return to homepage + +

- + \ No newline at end of file