Guest User

Untitled

a guest
Dec 14th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>We're sorry, but something went wrong (500)</title>
  4. <style type="text/css">
  5. body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
  6. div.dialog {
  7. width: 25em;
  8. padding: 0 4em;
  9. margin: 4em auto 0 auto;
  10. border: 1px solid #ccc;
  11. border-right-color: #999;
  12. border-bottom-color: #999;
  13. }
  14. h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
  15. </style>
  16. </head>
  17.  
  18. <body>
  19. <!-- This file lives in public/500.html -->
  20. <div class="dialog">
  21. <h1>We're sorry, but something went wrong.</h1>
  22. <p>We've been notified about this issue and we'll take a look at it shortly.</p>
  23. </div>
  24. </body>
  25. </html>
Add Comment
Please, Sign In to add comment