-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html
85 lines (81 loc) · 2.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/cells.css">
<title>palera1n repo</title>
</head>
<body>
<!-- Title -->
<div style="padding-top: 16px;"></div>
<h1 style="color: white; text-align:left; font-size: 35px;">palera1n repo</h1>
<!-- Package Managers table -->
<panel style="padding-top: -10px;">
<fieldset style="clear:both">
<a class="button" href="cydia://url/https://cydia.saurik.com/api/share#?source=https://repo.palera.in/">
<img src="styles/cydia.png" alt="Cydia Icon" class="icon">
Add to Cydia
</a>
</fieldset>
<fieldset style="clear:both">
<a class="button" href="installer://add/https://repo.palera.in/">
<img src="styles/installer5.png" alt="Installer5 Icon" class="icon">
Add to Installer
</a>
</fieldset>
<fieldset style="clear:both">
<a class="button" href="apt-repo://https://repo.palera.in/">
<img src="styles/saily.png" alt="Saily Icon" class="icon">
Add to Saily
</a>
</fieldset>
<fieldset style="clear:both">
<a class="button" href="sileo://source/https://repo.palera.in/">
<img src="styles/sileo.png" alt="Sileo Icon" class="icon">
Add to Sileo
</a>
</fieldset>
<fieldset style="clear:both">
<a class="button" href="zbra://sources/add/https://repo.palera.in/">
<img src="styles/zeeb.png" alt="Zebra Icon" class="icon">
Add to Zebra
</a>
</fieldset>
</panel>
<div style="text-align:left;">
<h2 style="text-transform: none; padding-top: 0px; margin-right: 16px;">The order of package managers are in alphabetical order (A-Z).
</h2>
</div>
<!-- Information table -->
<div style="text-align:left;">
<h2>Information</h2>
</div>
<panel>
<fieldset style="clear:both; padding-top: 10px;">
<div>
This repository supports iphoneos-arm (Rootful) & iphoneos-arm64 (Rootless) architectures.
<br />
<br />
Includes the essentials for palera1n jailbreak, such as:
<br />- Substitute (tweak injection)
<br />- PreferenceLoader
<br />- palera1n iOS (using jailbroken phone to jailbreak another phone)
</div>
</fieldset>
<fieldset style="clear:both">
<a class="button" href="https://ios.cfw.guide/installing-palera1n/using-sileo.html#adding-repos">
Adding Repositories Guide (Sileo)
</a>
</fieldset>
<fieldset style="clear:both">
<a class="button" href="pool/">
Package Pool (Debs)
</a>
</fieldset>
</panel>
<div style="padding-bottom: 40px;"></div>
<!-- End -->
</body>
</html>