operational wording of error messages on HTTP error pages.

This commit is contained in:
Alan Post 2018-10-18 10:00:42 -06:00 committed by Peter Bhat Harkins
parent 386a3452b9
commit d11da232a8
2 changed files with 7 additions and 9 deletions

View File

@ -1,11 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>422</title>
<title>Lobsters HTTP 422 status: client error</title>
</head>
<body>
<h1>rejected</h1>
<p>
it's not me, it's you
<h1>lobsters HTTP 422 status: client error</h1>
<p>The request you made was invalid.</p>
</body>
</html>

View File

@ -1,12 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>:(</title>
<title>Lobsters HTTP 500 status: server error</title>
</head>
<body>
<h1>:(</h1>
<p>
something broke. i'm on it.
<h1>Lobsters HTTP 500 status: server error</h1>
<p>The page you requested cannot be displayed.</p>
<p>The site operators have been notified of this error. You're welcome to and encouraged to also report it in <a href="/chat">chat</a>.</p>
</body>
</html>