Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / public / error503.html @ c54dd082

History | View | Annotate | Download (609 Bytes)

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>We're very busy at the moment and can't handle your request.
19
                Please try again in a while.
20
                </center>
21
</div>
22
<div class="footer"></div>
23
</div> <!-- wrapper -->
24
        </body>
25
</html>