comparison docs/html/50x.html @ 4859:b91740dedb8a stable-1.2

Merge of r4835, r4841: improved welcome and 50x error pages.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 24 Sep 2012 19:14:17 +0000
parents 6d5c1535bb9d
children 1cd63ae46243
comparison
equal deleted inserted replaced
4858:5e789d8b009d 4859:b91740dedb8a
1 <!DOCTYPE html>
1 <html> 2 <html>
2 <head> 3 <head>
3 <title>The page is temporarily unavailable</title> 4 <title>Error</title>
4 <style> 5 <style>
5 body { font-family: Tahoma, Verdana, Arial, sans-serif; } 6 body {
7 width: 35em;
8 margin: 0 auto;
9 font-family: Tahoma, Verdana, Arial, sans-serif;
10 }
6 </style> 11 </style>
7 </head> 12 </head>
8 <body bgcolor="white" text="black"> 13 <body>
9 <table width="100%" height="100%"> 14 <h1>An error occurred.</h1>
10 <tr> 15 <p>Sorry, the page you are looking for is currently unavailable.<br/>
11 <td align="center" valign="middle"> 16 Please try again later.</p>
12 The page you are looking for is temporarily unavailable.<br/> 17 <p>If you are the system administrator of this resource then you should check
13 Please try again later. 18 the <a href="http://nginx.org/r/error_log">error log</a> for details.</p>
14 </td> 19 <p><em>Faithfully yours, nginx.</em></p>
15 </tr>
16 </table>
17 </body> 20 </body>
18 </html> 21 </html>