-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
76 lines (69 loc) · 2.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Appknox Cydia Repo</title>
<link rel="stylesheet" type="text/css" href="/assets/css/ios7.css"/>
<link rel="stylesheet" type="text/css" href="/assets/css/custom.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="/assets/js/ios7.js"></script>
</head>
<body>
<header>
<h1><img height=25 src="/assets/img/logo.png" /> </h1>
</header>
<main id="content">
<h2 role="header">Automatic Setup</h2>
<ul>
<li>
<a href="cydia://url/https://cydia.saurik.com/api/share#?source=http://cydia.appknox.com/" target="_blank" role="button">Add to Cydia</a>
</li>
<li>
<a class="btn btn-sm btn-default" href="installer://add/https://cydia.appknox.com">Add to Installer</a>
</li>
<li>
<a class="btn btn-sm btn-default" href="sileo://source/https://cydia.appknox.com">Add to Sileo</a>
</li>
<li>
<a class="btn btn-sm btn-default" href="zbra://sources/add/https://cydia.appknox.com">Add to Zebra</a>
</li>
</ul>
<h2 role="header">Manual Instructions</h2>
<ul>
<li>
<p>1. Open Cydia</p>
</li>
<li>
<p>2. Tap the <em>Sources</em> tab</p>
</li>
<li>
<p>3. Tap the <em>Edit</em> button</p>
</li>
<li>
<p>4. Tap the <em>Add</em> button</p>
</li>
<li>
<p>5. Type: <strong>cydia.appknox.com</strong></p>
</li>
<li>
<p>6. Tap <em>Add Source</em></p>
</li>
</ul>
<h2 role="header"></h2>
<ul>
<li><a href="https://www.appknox.com" role="button">Homepage</a></li>
<li><a href="https://www.twitter.com/appknox" role="button">Follow on Twitter</a></li>
<li><a href="https://www.github.com/appknox" role="button">View on GitHub</a></li>
</ul>
</main>
<footer role="footer">
<p>© XYSec Labs 2016-2018</p>
<nav role="navigation">
<p>
<a href="https://appknox.com/">Home</a>
<a href="/">Repo</a>
</p>
</nav>
</footer>
</body>
</html>