Statistics
| Branch: | Tag: | Revision:

root / web_client / src / gr / grnet / pithos / web / public / error502.html @ ab1eb3f8

History | View | Annotate | Download (632 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 502
18
                <p>The server received an invalid response from the upstream server it accessed in attempting to fulfill the request.
19
                </center>
20
</div>
21
<div class="footer"></div>
22
</div> <!-- wrapper -->
23
        </body>
24
</html>