more informative 400 and 500 pages

This commit is contained in:
Daniel Vincent Grippi 2010-09-13 15:24:15 -07:00
parent 35a4e0aaa1
commit 0e5ef9e005
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
<!-- This file lives in public/404.html --> <!-- This file lives in public/404.html -->
<div class="dialog"> <div class="dialog">
<h1>The page you were looking for doesn't exist.</h1> <h1>The page you were looking for doesn't exist.</h1>
<p>You may have mistyped the address or the page may have moved.</p> <p>You should try going outside.</p>
</div> </div>
</body> </body>
</html> </html>

View file

@ -19,7 +19,7 @@
<body> <body>
<!-- This file lives in public/500.html --> <!-- This file lives in public/500.html -->
<div class="dialog"> <div class="dialog">
<h1>We're sorry, but something went wrong.</h1> <h1>Please, stop that.</h1>
<p>We've been notified about this issue and we'll take a look at it shortly.</p> <p>We've been notified about this issue and we'll take a look at it shortly.</p>
</div> </div>
</body> </body>