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

1 by Anthony Lenton
Added static offline pages for Canonical's identity provider.
1
<!-- Copyright 2010 Canonical Ltd.  This software is licensed under the
2
GNU Affero General Public License version 3 (see the file  LICENSE). -->
3
4
HTTP/1.1 503 Service Unavailable
5
Content-Type: text/html
6
7
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
8
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
9
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
10
    <head>
11
        <title>
12
    Not found
13
</title>
14
        <style type="text/css" href="">
15
html, body {
16
    background: #fff;
17
    color: #000;
18
    font-family: "Trebuchet MS", "DejaVu Sans Condensed", "Tahoma", sans-serif;
19
    height: 100%;
20
    margin: 0;
21
    padding: 0;
22
}
23
:link {
24
    background: none;
25
    color: #00c;
26
}
27
28
#nonfooter {
29
    position: relative;
30
    min-height: 100%;
31
    height: 100%;
32
}
33
#footer {
34
    clear: both;
35
    position: relative;
36
    margin: -2em auto 0;
37
    height: 2em;
38
}
39
40
address, #footer {
41
    font-size: 14px;
42
    font-style: normal;
43
    text-align: center;
44
}
45
46
address {
47
    background: #afdb1f;
48
    border: solid #9bc11b;
49
    border-width: 1px 0;
50
    font-weight: bold;
51
    margin: 0 0 24px;
52
    padding: 4px 10px;
53
}
54
55
#maincontent {
56
    margin: 0 auto;
57
    padding: 0 2em;
58
    max-width: 60em;
59
}
60
61
h1 {
62
    font-size: 1em;
63
    color: #666;
64
}
65
66
</style>        
67
</head>
68
<body>
69
  <div id="nonfooter">
70
    <address>Launchpad Login Service</address>
71
    <div id="maincontent">
72
      <div id="box">
73
        <h1 class="main">Please try again</h1>
74
        <p>Sorry, there was a problem connecting to the Launchpad
75
        Login Service server.</p>
76
        <p>Try reloading this page in a minute or two.</p>
77
        <p>Thanks for your patience.</p>
78
      </div>
79
    </div>
80
    <div style="clear: both;">&nbsp;</div>
81
  </div>
82
  <div id="footer">
83
    &copy;&nbsp;2004-2010&nbsp;
84
    <a href="http://canonical.com/">Canonical&nbsp;Ltd.</a>
85
  </div>
86
</body>
87
</html>