forked from kuteteen/Repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (83 loc) · 3.1 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!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>AppleBetas' Repo</title>
<link rel="stylesheet" type="text/css" href="/css/ios7.css"/>
<link rel="stylesheet" type="text/css" href="/css/custom.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="author" href="https://plus.google.com/u/0/b/101720869338481663975/101720869338481663975/"/>
<meta property="og:image" content="https://beta.applebetas.co/images/icon.png"/>
<meta property="og:title" content="AppleBetas' Repo">
<meta property="og:url" content="https://repo.applebetas.co/"/>
<meta property="twitter:card" content="summary"/>
<meta property="twitter:title" content="AppleBetas' Repo">
<meta property="twitter:image" content="https://beta.applebetas.co/images/icon.png"/>
<script src="/js/ios7.js"></script>
</head>
<body>
<header>
<h1>AppleBetas' Repo</h1>
</header>
<main id="content">
<h2 role="header">Automatic Setup</h2>
<ul>
<li>
<a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://repo.applebetas.co/" target="_blank" role="button">Add to Cydia</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>repo.applebetas.co</strong></p>
</li>
<li>
<p>6. Tap <em>Add Source</em></p>
</li>
</ul>
<h2 role="header">Repo data</h2>
<ul>
<li>
<a href="packages.html" role="button">View All Packages</a>
</li>
</ul>
<ul>
<li><a href="https://www.paypal.me/AppleBetasPay" role="button">Donate to further development</a></li>
</ul>
<ul>
<li><a href="https://www.twitter.com/AppleBetasDev" role="button">Follow on Twitter</a></li>
<li><a href="https://www.github.com/AppleBetas" role="button">View on GitHub</a></li>
<li><a href="https://www.reddit.com/user/AppleBetas" role="button">View on Reddit</a></li>
</ul>
</main>
<footer role="footer">
<p>© AppleBetas Development 2016-2017</p>
<nav role="navigation">
<p>
<a href="https://applebetas.co/">Home</a>
<a href="/">Repo</a>
</p>
</nav>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-73780083-9', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>