diff options
Diffstat (limited to 'public/500.html')
-rw-r--r-- | public/500.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/public/500.html b/public/500.html index 3be1cc259c0..5b78e3e38cb 100644 --- a/public/500.html +++ b/public/500.html @@ -4,13 +4,10 @@ <title>We're sorry, but something went wrong (500)</title> <link href="/static.css" media="screen" rel="stylesheet" type="text/css" /> </head> - <body> - <!-- This file lives in public/500.html --> <h1>500</h1> - <div> - <h2>We're sorry, but something went wrong.</h2> - <p>We've been notified about this issue and we'll take a look at it shortly.</p> - </div> + <h3>We're sorry, but something went wrong.</h3> + <hr/> + <p>We've been notified about this issue and we'll take a look at it shortly.</p> </body> </html> |