index.html 704 B

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Welcome to nginx!</title>
  5. <script>
  6. window.onload = function(){
  7. location.href = 'jmgc'
  8. }
  9. </script>
  10. <style>
  11. html { color-scheme: light dark; }
  12. body { width: 35em; margin: 0 auto;
  13. font-family: Tahoma, Verdana, Arial, sans-serif; }
  14. </style>
  15. </head>
  16. <body>
  17. <!-- <h1>Welcome to nginx!</h1>
  18. <p>If you see this page, the nginx web server is successfully installed and
  19. working. Further configuration is required.</p>
  20. <p>For online documentation and support please refer to
  21. <a href="http://nginx.org/">nginx.org</a>.<br/>
  22. Commercial support is available at
  23. <a href="http://nginx.com/">nginx.com</a>.</p>
  24. <p><em>Thank you for using nginx.</em></p> -->
  25. </body>
  26. </html>