1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
---|
2 | <html lang="en"> |
---|
3 | <head> |
---|
4 | <title>Galaxy</title> |
---|
5 | <style type="text/css"> |
---|
6 | body { |
---|
7 | min-width: 500px; |
---|
8 | text-align: center; |
---|
9 | } |
---|
10 | .errormessage { |
---|
11 | font: 75%% verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif; |
---|
12 | padding: 10px; |
---|
13 | margin: 100px auto; |
---|
14 | min-height: 32px; |
---|
15 | max-width: 500px; |
---|
16 | border: 1px solid #AA6666; |
---|
17 | background-color: #FFCCCC; |
---|
18 | text-align: left; |
---|
19 | } |
---|
20 | </style> |
---|
21 | </head> |
---|
22 | <body> |
---|
23 | <div class="errormessage"> |
---|
24 | <h4>Account Disabled</h4> |
---|
25 | <p>Your account is no longer valid, contact your Galaxy administrator to activate your account.</p> |
---|
26 | </div> |
---|
27 | </body> |
---|
28 | </html> |
---|