File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / nginx / html / 50x.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 (10 years, 11 months 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>Error</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>An error occurred.</h1>
   15: <p>Sorry, the page you are looking for is currently unavailable.<br/>
   16: Please try again later.</p>
   17: <p>If you are the system administrator of this resource then you should check
   18: the <a href="http://nginx.org/r/error_log">error log</a> for details.</p>
   19: <p><em>Faithfully yours, nginx.</em></p>
   20: </body>
   21: </html>

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