forked from supermamon/Reposi3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·66 lines (54 loc) · 2.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Wh0ba's repo</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous"> -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="custom/style.css">
<link rel="icon" type="image/png" href="./favicon.png" sizes="32x32">
</head>
<body >
<div class="container title" >
<h1>_$ Wh0ba</h1>
</div>
<div class="container">
<div class="well">
<p>This is my main APT/Cydia repository.</p>
<a class="btn btn-sm btn-primary" href="cydia://url/https://cydia.saurik.com/api/share#?source=https://wh0ba.github.io/repo/">Add to Cydia</a>
</div>
</div>
<div class="container">
<h3 id="wells" class="page-header ">Featured Packages</h3>
</div>
<div class="container">
<div class="panel panel-default">
<div class="panel-heading">Flips</div>
<div class="panel-body">
Floating IPS is a patcher for IPS and BPS files.<br />Compiled for iOS<br /> <br />
<a class="btn btn-xs btn-default" href="depictions/?p=com.wh0ba.flips">More info</a>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">YTMiniBarX</div>
<div class="panel-body">Give YouTube's mini bar rounded corners<br /> <br />
<a class="btn btn-xs btn-default" href="depictions/?p=com.wh0ba.ytminibarx">More info</a>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">NCFancy</div>
<div class="panel-body">Fancy cards on your notification center (iOS 10 ONLY)<br /> <br />
<a class="btn btn-xs btn-default" href="depictions/?p=com.wh0ba.NCFancy">More info</a>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">RedditCache</div>
<div class="panel-body">Displays the cache size on official reddit app <br /> <br />
<a class="btn btn-xs btn-default" href="depictions/?p=com.wh0ba.RedditCache">More info</a>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
</body>
</html>