diff options
Diffstat (limited to 'Cydia.app/error.html')
-rw-r--r-- | Cydia.app/error.html | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/Cydia.app/error.html b/Cydia.app/error.html deleted file mode 100644 index a68ff76..0000000 --- a/Cydia.app/error.html +++ /dev/null @@ -1,45 +0,0 @@ -<?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> |