-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
78 lines (64 loc) · 2.4 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
<!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">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#323174">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#323174">
<title>Enmity Repo</title>
</head>
<body>
<!-- Title -->
<div style="padding-top: 16px;"></div>
<h1 style="color: white; text-align:left; font-size: 35px;">Enmity Repo</h1>
<!-- Package Managers table -->
<panel style="padding-top: -10px;">
<fieldset style="clear:both">
<label>Information</label>
<div>
This repo supports most package managers provided in jailbroken iOS, press a button to add to your preferred package manager.
</div>
</fieldset>
<fieldset style="clear:both">
<a class="button" href="cydia://url/https://cydia.saurik.com/api/share#?source=https://enmity-mod.github.io/repo/">
<img src="styles/cydia.png" alt="Cydia Icon" class="icon">
Add to Cydia
</a>
</fieldset>
<fieldset style="clear:both">
<a class="button" href="sileo://source/https://enmity-mod.github.io/repo/">
<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://enmity-mod.github.io/repo/">
<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>
<div style="padding-top: 16px;"></div>
<panel>
<fieldset style="clear:both; padding-top: 15px;">
<div>
This repository also supports <a href="https://altstore.io/">AltStore!</a> Press here to add to AltStore.
</div>
</fieldset>
<fieldset style="clear:both">
<a class="button" href="altstore://source?URL=https://enmity-mod.github.io/repo/altstore.json">
<img src="styles/altstore.png" alt="Zebra Icon" class="icon">
Add to AltStore
</a>
</fieldset>
</panel>
<div style="padding-bottom: 40px;"></div>
<!-- End -->
</body>
</html>