From 32b6c3362832645aa6bc950122ead939bd478009 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 7 Dec 2020 02:47:57 -0500 Subject: [PATCH] Added go back button --- errors/403.html | 9 +++++---- errors/404.html | 3 ++- errors/500.html | 10 +++++++++- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/errors/403.html b/errors/403.html index 8b17322..3ee22cc 100644 --- a/errors/403.html +++ b/errors/403.html @@ -17,10 +17,11 @@

Access to resource forbidden

- -   Return to homepage - -

+ + +   Return to homepage + +

diff --git a/errors/404.html b/errors/404.html index 4c9c7ff..04b8c9a 100644 --- a/errors/404.html +++ b/errors/404.html @@ -17,8 +17,9 @@

Resource not found

+ -   Return to homepage +   Return to homepage

diff --git a/errors/500.html b/errors/500.html index 3ee9642..9ac9dc9 100644 --- a/errors/500.html +++ b/errors/500.html @@ -17,8 +17,9 @@

Internal Server Error

+ -   Return to homepage +   Return to homepage

@@ -26,5 +27,12 @@ + \ No newline at end of file