From a85bf687252953d529deace690a09162cac7740f Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Sun, 24 Mar 2019 20:19:53 -0400 Subject: public/error: Add bottom border to error view links --- public/error/403.html | 5 ++++- public/error/404.html | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'public') diff --git a/public/error/403.html b/public/error/403.html index 101f5cb..1588eb6 100644 --- a/public/error/403.html +++ b/public/error/403.html @@ -6,7 +6,10 @@

403

Error 403 - Forbidden.


-

You can head back to the homepage.

+

+ You can head back to the + homepage. +

diff --git a/public/error/404.html b/public/error/404.html index ba70b5c..8da16b3 100644 --- a/public/error/404.html +++ b/public/error/404.html @@ -6,7 +6,10 @@

404

Error 404 - Page not found.


-

You can head back to the homepage.

+

+ You can head back to the + homepage. +

-- cgit v1.2.3