mirror of
https://github.com/nginx/nginx.git
synced 2025-06-10 19:42:39 +08:00
24 lines
922 B
HTML
24 lines
922 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Welcome to NGINX!</title>
|
|
<style>
|
|
html { color-scheme: light dark; }
|
|
body { width: 35em; margin: 0 auto;
|
|
font-family: Tahoma, Verdana, Arial, sans-serif; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to NGINX!</h1>
|
|
<p>If you see this page, NGINX is successfully installed and working.</p>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
</html>
|