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.

23 lines
615 B

2 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Welcome to nginx!</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>Welcome to nginx!</h1>
  13. <p>If you see this page, the nginx web server is successfully installed and
  14. working. Further configuration is required.</p>
  15. <p>For online documentation and support please refer to
  16. <a href="http://nginx.org/">nginx.org</a>.<br/>
  17. Commercial support is available at
  18. <a href="http://nginx.com/">nginx.com</a>.</p>
  19. <p><em>Thank you for using nginx.</em></p>
  20. </body>
  21. </html>