]>
Commit | Line | Data |
---|---|---|
6d9712c4 JF |
1 | <?xml version="1.0" encoding="UTF-16"?> |
2 | <html><head> | |
3 | <title>Network Error</title> | |
affeffc7 | 4 | <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/> |
6d9712c4 JF |
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
6 | ||
7 | <style> | |
8 | body { | |
9 | background: url(pinstripe.png); | |
10 | display: table; | |
11 | font-family: Helvetica; | |
12 | height: 337px; | |
13 | margin: 0; | |
14 | text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0 | |
15 | } | |
16 | ||
17 | div.page { | |
18 | display: table-cell; | |
19 | text-align: center; | |
20 | margin: 0 auto; | |
21 | vertical-align: middle; | |
22 | width: 320px; | |
23 | } | |
24 | ||
25 | div.title { | |
26 | font-size: 32px; | |
27 | } | |
28 | ||
29 | div.error { | |
30 | font-size: 24px; | |
31 | } | |
32 | </style> | |
33 | </head><body><div class="page"> | |
34 | ||
35 | <div class="title">Unable To Load</div> | |
36 | ||
37 | <div class="error">(<script> | |
38 | document.write(decodeURI(location.search.substring(1))); | |
39 | </script>)</div> | |
40 | ||
41 | </div></body></html> |