added error types to error pages

This commit is contained in:
Beatrice Olivera 2018-09-01 13:28:51 +01:00
parent 802cb86319
commit fe09d2dc8e
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>

View File

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

View File

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