mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Update index.html
This commit is contained in:
parent
51857ce404
commit
cb8f563155
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Welcome to nginx!</title>
|
<title>Welcome to NGINX!</title>
|
||||||
<style>
|
<style>
|
||||||
html { color-scheme: light dark; }
|
html { color-scheme: light dark; }
|
||||||
body { width: 35em; margin: 0 auto;
|
body { width: 35em; margin: 0 auto;
|
||||||
@ -9,15 +9,15 @@ font-family: Tahoma, Verdana, Arial, sans-serif; }
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Welcome to nginx!</h1>
|
<h1>Welcome to NGINX!</h1>
|
||||||
<p>If you see this page, the nginx web server is successfully installed and
|
<p>If you see this page, NGINX is successfully installed and working.</p>
|
||||||
working. Further configuration is required.</p>
|
|
||||||
|
|
||||||
<p>For online documentation and support please refer to
|
<p>If you have a suggestion, need help, or would like to contribute to our open source project, please visit <a href="https://github.com/nginx/nginx">github.com/nginx/nginx</a> or <a href="https://nginx.org/?welcome">nginx.org</a>.</p>
|
||||||
<a href="http://nginx.org/">nginx.org</a>.<br/>
|
|
||||||
Commercial support is available at
|
|
||||||
<a href="http://nginx.com/">nginx.com</a>.</p>
|
|
||||||
|
|
||||||
<p><em>Thank you for using nginx.</em></p>
|
<p>For online documentation and support please refer to <a href="https://nginx.org/en/docs/?welcome">nginx.org/en/docs/</a>.</p>
|
||||||
|
|
||||||
|
<p>Enterprise distributions, commercial support, and training are available from F5, Inc at <a href="https://www.f5.com/products/nginx/?welcome">f5.com/products/nginx/</a></p>
|
||||||
|
|
||||||
|
<p><em>Thank you for using NGINX.</em></p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user