diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-07 16:19:44 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-07 16:44:03 -0800 |
commit | 0923b87ee43c7afe083cb513c887b58515ff3413 (patch) | |
tree | 2ba82530a521601fd491f6f7ec199b22f3e42ae0 /MobileCydia.app/loading.html | |
parent | 903b106e46d15375c493833c71cbe7408efe0363 (diff) |
OMG HTML5 Offline FTW.
Diffstat (limited to 'MobileCydia.app/loading.html')
-rw-r--r-- | MobileCydia.app/loading.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/MobileCydia.app/loading.html b/MobileCydia.app/loading.html deleted file mode 100644 index 33b2637..0000000 --- a/MobileCydia.app/loading.html +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-16"?> -<html><head> - <title>Loading</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"/> - <link rel="stylesheet" type="text/css" href="menes/style.css"/> - <base target="_blank"/> -</head><body> - <div style="padding: 5px 7px"> - <span style="color: #4d4d70; font-weight: normal; font-size: 16px"> - <div style="display: inline-block; background-image: url(menes/indicator-c7ced5-4d4d70.gif); width: 16px; height: 16px; margin: 2px 0 -2px 0"></div> - <span style="margin: 0 4px">Loading...</span> - </span> - </div> -</body></html> |