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