50x.html 497 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Maintenance</title>
  5. <style>
  6. html {
  7. color-scheme: light dark;
  8. }
  9. body {
  10. width: 35em;
  11. margin: 0 auto;
  12. font-family: Tahoma, Verdana, Arial, sans-serif;
  13. }
  14. </style>
  15. </head>
  16. <body>
  17. <h1>Damn, there's some maintenance in progress.</h1>
  18. <p>
  19. Our apologies for this temporary inconvenience. Regular service
  20. performance will be re-established shortly.
  21. </p>
  22. </body>
  23. </html>