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.

19 lines
497 B

2 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Error</title>
  5. <style>
  6. html { color-scheme: light dark; }
  7. body { width: 35em; margin: 0 auto;
  8. font-family: Tahoma, Verdana, Arial, sans-serif; }
  9. </style>
  10. </head>
  11. <body>
  12. <h1>An error occurred.</h1>
  13. <p>Sorry, the page you are looking for is currently unavailable.<br/>
  14. Please try again later.</p>
  15. <p>If you are the system administrator of this resource then you should check
  16. the error log for details.</p>
  17. <p><em>Faithfully yours, nginx.</em></p>
  18. </body>
  19. </html>