500.html 940 B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <title>Internal server error</title>
  7. <meta name="viewport" content="width=device-width, initial-scale=1" />
  8. <style>
  9. body {
  10. font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  11. line-height:1.5;
  12. padding:2em;
  13. }
  14. hr { border: 0.5px solid #ddd; }
  15. h1, h2 { font-weight:normal; }
  16. </style>
  17. </head>
  18. <body>
  19. <h1>Internal server error</h1>
  20. <hr>
  21. <h2>Sorry, our site has experienced an error.</h2>
  22. <p>
  23. The error has been logged and reported to an engineer.
  24. Please try again soon. If the issue persists, contact us to resolve.
  25. </p>
  26. </body>
  27. </html>