~canonical-isd-hackers/canonical-identity-provider/offline-pages

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!-- Copyright 2010 Canonical Ltd.  This software is licensed under the
GNU Affero General Public License version 3 (see the file  LICENSE). -->

HTTP/1.1 503 Service Unavailable
Content-Type: text/html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
    <head>
        <title>
    Not found
</title>
        <style type="text/css" href="">
html, body {
    background: #fff;
    color: #000;
    font-family: "Trebuchet MS", "DejaVu Sans Condensed", "Tahoma", sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}
:link {
    background: none;
    color: #00c;
}

#nonfooter {
    position: relative;
    min-height: 100%;
    height: 100%;
}
#footer {
    clear: both;
    position: relative;
    margin: -2em auto 0;
    height: 2em;
}

address, #footer {
    font-size: 14px;
    font-style: normal;
    text-align: center;
}

address {
    background: #afdb1f;
    border: solid #9bc11b;
    border-width: 1px 0;
    font-weight: bold;
    margin: 0 0 24px;
    padding: 4px 10px;
}

#maincontent {
    margin: 0 auto;
    padding: 0 2em;
    max-width: 60em;
}

h1 {
    font-size: 1em;
    color: #666;
}

</style>        
</head>
<body>
  <div id="nonfooter">
    <address>Launchpad Login Service</address>
    <div id="maincontent">
      <div id="box">
        <h1 class="main">Please try again</h1>
        <p>Sorry, there was a problem connecting to the Launchpad
        Login Service server.</p>
        <p>Try reloading this page in a minute or two.</p>
        <p>Thanks for your patience.</p>
      </div>
    </div>
    <div style="clear: both;">&nbsp;</div>
  </div>
  <div id="footer">
    &copy;&nbsp;2004-2010&nbsp;
    <a href="http://canonical.com/">Canonical&nbsp;Ltd.</a>
  </div>
</body>
</html>