summaryrefslogtreecommitdiff
path: root/MobileCydia.app/error.html
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2010-10-28 02:25:18 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2010-11-01 22:56:25 -0700
commite17a8c4f2ae16f8daab460936a9b130d024173dd (patch)
tree1544816ffb283219f2de45b0a8e99d6f7ebe24f6 /MobileCydia.app/error.html
parent6067f1b8116d8fb2502359f430b9d958e10807b9 (diff)
Rename Cydia.* to MobileCydia.* and add Cydia.frappliance.
Diffstat (limited to 'MobileCydia.app/error.html')
-rw-r--r--MobileCydia.app/error.html45
1 files changed, 45 insertions, 0 deletions
diff --git a/MobileCydia.app/error.html b/MobileCydia.app/error.html
new file mode 100644
index 0000000..a68ff76
--- /dev/null
+++ b/MobileCydia.app/error.html
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-16"?>
+<html><head>
+ <title localize="NETWORK_ERROR"></title>
+ <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+ <script type="text/javascript" src="menes/menes.js"></script>
+ <script type="text/javascript" src="localize.js"></script>
+ <base target="_blank"/>
+
+ <style>
+ body {
+ background: #c7ced5 url(cydia://uikit-image/UIPinstripe.png);
+ background-size: 7px 1px;
+ display: table;
+ font-family: Helvetica;
+ height: 337px;
+ margin: 0;
+ text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0
+ }
+
+ div.page {
+ display: table-cell;
+ text-align: center;
+ margin: 0 auto;
+ vertical-align: middle;
+ width: 320px;
+ }
+
+ div.title {
+ font-size: 32px;
+ }
+
+ div.error {
+ font-size: 24px;
+ }
+ </style>
+</head><body><div class="page">
+
+<div class="title" localize="UNABLE_TO_LOAD"></div>
+
+<div class="error">(<script>
+ document.write(decodeURI(location.search.substring(1)));
+</script>)</div>
+
+</div></body></html>