summaryrefslogtreecommitdiff
path: root/MobileCydia.app/loading.html
blob: 33b263717fd581b2631851742edad78ee7389a38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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>