Basis of rails-driven app for local business
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

33 lines
1.1 KiB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  6. <title>We're sorry, but something went wrong (500)</title>
  7. <style type="text/css">
  8. body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
  9. div.dialog {
  10. width: 25em;
  11. padding: 0 4em;
  12. margin: 4em auto 0 auto;
  13. border: 1px solid #ccc;
  14. border-right-color: #999;
  15. border-bottom-color: #999;
  16. }
  17. h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
  18. </style>
  19. </head>
  20. <body>
  21. <!-- This file lives in public/500.html -->
  22. <div class="dialog">
  23. <h1>We're sorry, but something went wrong.</h1>
  24. <p>We've been notified about this issue and we'll take a look at it shortly.</p>
  25. <p><small>(If you're the administrator of this website, then please read
  26. the log file "<%=h RAILS_ENV %>.log"
  27. to find out what went wrong.)</small></p>
  28. </div>
  29. </body>
  30. </html>