File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / nginx / html / index.html
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Oct 14 09:20:39 2013 UTC (11 years ago) by misho
Branches: nginx, MAIN
CVS tags: v1_4_3p0, v1_4_3, HEAD
v 1.4.3

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>