Add a custom error page for HTTP status 503.
[pithos] / src / gr / ebs / gss / public / error503.html
1 <html>
2         <head>
3                 <title>Pithos</title>
4                 <link type="text/css" rel="stylesheet" href="/pithos/main.css">
5         </head>
6         <body>
7 <div class="wrapper" >
8 <div class="header"></div>
9 <div class="image_logo">
10 <table><tr>
11   <td><a href="/"><img src="/pithos/images/service-logo.png"></img></a>
12 </tr></table>
13 </div> <!-- image_logo -->
14 <div style="clear: both; "> </div>
15 <div class="page_main">
16                 <center>
17                 <p class="big">HTTP status 503
18                 <p>The server is temporarily unable to service your request due to
19                  maintenance downtime or capacity problems. Please try again later.
20                 </center>
21 </div>
22 <div class="footer"></div>
23 </div> <!-- wrapper -->
24         </body>
25 </html>