index.html 429 B

12345678910111213141516171819
  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><em>Thank you for using nginx.</em></p>
  16. </body>
  17. </html>