Merge pull request #36 from beatriceo/error-pages

added error types to error pages
This commit is contained in:
Beatrice Olivera 2018-09-01 13:29:28 +01:00 committed by GitHub
commit 458d6c0dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
<h1>Error</h1> <h1>404 Error</h1>
<p>Ethan, fix this</p> <p>Ethan, fix this</p>

View File

@ -1,2 +1,2 @@
<h1>Error</h1> <h1>422 Error</h1>
<p>Ethan, fix this</p> <p>Ethan, fix this</p>

View File

@ -1,2 +1,2 @@
<h1>Error</h1> <h1>500 Error</h1>
<p>Ethan, fix this</p> <p>Ethan, fix this</p>