added error types to error pages
This commit is contained in:
parent
802cb86319
commit
fe09d2dc8e
|
@ -1,2 +1,2 @@
|
||||||
<h1>Error</h1>
|
<h1>404 Error</h1>
|
||||||
<p>Ethan, fix this</p>
|
<p>Ethan, fix this</p>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
<h1>Error</h1>
|
<h1>422 Error</h1>
|
||||||
<p>Ethan, fix this</p>
|
<p>Ethan, fix this</p>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
<h1>Error</h1>
|
<h1>500 Error</h1>
|
||||||
<p>Ethan, fix this</p>
|
<p>Ethan, fix this</p>
|
||||||
|
|
Loading…
Reference in New Issue