-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (87 loc) · 3.67 KB
/
index.html
File metadata and controls
92 lines (87 loc) · 3.67 KB
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>
<html lang="en">
<head>
<title>AnubisTweaks Repo</title>
<noscript>
<link rel="stylesheet" href="ios7.min.css?_=ff" type="text/css" />
</noscript>
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="utf-8">
</head>
<script src="jquery-3.5.1.min.js"></script>
<script src="description.js?_=ff"></script>
<body onload="loadPackages();">
<main id="content">
<h2 role="header">AnubisTweaks Repo</h2>
<ul>
<li class="has-icon">
<div class="row" >
<div class="column">
<center><a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://AnubisTweaks.github.io/">
<img style = "border-radius: 20%; margin-left:5%;" width="29" href="./files/cydia7.png" alt="" srcset="./files/cydia7.png 2x, ./files/cydia7.png 3x"/>
<br/>
<label style = "border-radius: 20%; margin-left:5%;">Open Cydia</label>
</a><center/>
</div>
<div class="column">
<center><a href="zbra://sources/add/https://AnubisTweaks.github.io/" >
<img style = "border-radius: 20%; margin-left:5%;" width="29" href="./files/zebra.png" alt="" srcset="./files/zebra.png 2x, ./files/zebra.png 3x"/>
<br/>
<label style = "border-radius: 20%; margin-left:5%;">Open Zebra</label>
</a><center/>
</div>
<div class="column">
<center><a href="sileo://source/https://AnubisTweaks.github.io/" >
<img style = "border-radius: 20%; margin-left:5%;" width="29" href="./files/sileo.png" alt="" srcset="./files/sileo.png 2x, ./files/sileo.png 3x"/>
<br/>
<label style = "border-radius: 20%; margin-left:5%;">Open Sileo</label>
</a><center/>
</div>
<div class="column">
<center><a href="apt-repo://https://AnubisTweaks.github.io/" >
<img style = "border-radius: 20%; margin-left:5%;" width="29" href="./files/saily.png" alt="" srcset="./files/saily.png 2x, ./files/saily.png 3x" class="separat"/>
<br/>
<label style = "border-radius: 20%; margin-left:5%;">Open Saily</label>
</a><center/>
</div>
</div>
</li>
</ul>
<p style="text-align: center; font-size: 85%;" role="footer" id="neo">Repo: https://AnubisTweaks.github.io/</p>
<noscript>
<h2></h2><ul style="background:#ff0000"><center><li><p>Error JavaScript Disabled.</p></li></center></ul>
</noscript>
<span id="updates_" hidden><h2 role="header">Last Updates</h2><ul id="updates"></ul></span>
<span id="browser_" hidden><h2 role="header">Browse Packages</h2><ul id="browser"></ul></span>
<h2 role="header">Social</h2>
<ul>
<li class="has-icon">
<a href="https://github.com/AnubisTweaks" target="_blank" role="button">
<img style = "border-radius: 20%;" href="github.png" alt="" srcset="github.png 2x, github.png 3x" class="icon"/>
<label>GitHub</label>
</a>
</li>
<li class="has-icon">
<a href="https://www.reddit.com/user/m-abdelwanis" target="_blank" role="button">
<img style = "border-radius: 20%;" href="reddit.png" alt="" srcset="reddit.png 2x, reddit.png 3x" class="icon"/>
<label>Reddit</label>
</a>
</li>
<li class="has-icon">
<a href="https://twitter.com/AnubisTweaks" target="_blank" role="button">
<img style = "border-radius: 20%;" href="twitter.png" alt="" srcset="twitter.png 2x, twitter.png 3x" class="icon"/>
<label>Follow AnubisTweaks</label>
</a>
</ul>
<ul>
<li>
<a onclick="toogleTheme();" role="button">
<p>Change Theme</p>
</a>
</li>
</ul>
</main>
<p style="text-align: center; font-size: 85%; margin-top: 10px;" role="footer" id="neo">AnubisTweaks © 2022</p>
</body>
</html>