From fe09d2dc8ec9138332efe2ad9cea95ee3e04197d Mon Sep 17 00:00:00 2001 From: Beatrice Olivera Date: Sat, 1 Sep 2018 13:28:51 +0100 Subject: [PATCH] added error types to error pages --- public/404.html | 2 +- public/422.html | 2 +- public/500.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/404.html b/public/404.html index 0252968..4fbde71 100644 --- a/public/404.html +++ b/public/404.html @@ -1,2 +1,2 @@ -

Error

+

404 Error

Ethan, fix this

diff --git a/public/422.html b/public/422.html index 0252968..2e2a2c6 100644 --- a/public/422.html +++ b/public/422.html @@ -1,2 +1,2 @@ -

Error

+

422 Error

Ethan, fix this

diff --git a/public/500.html b/public/500.html index 0252968..719345a 100644 --- a/public/500.html +++ b/public/500.html @@ -1,2 +1,2 @@ -

Error

+

500 Error

Ethan, fix this