-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (34 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Phil's Repo</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
</head>
<body>
<div class="container">
<h1><img src="CydiaIcon.png"> Phil's repo</h1>
</div>
<div class="container">
<div class="well">
<p><span class="text-primary"><b>Phil's repo</span></b> is a cydia repository.</p>
<a class="btn btn-sm btn-default" href="cydia://url/https://cydia.saurik.com/api/share#?source=https://phil-highrez.github.io/repo">Add to Cydia</a>
<a class="btn btn-sm btn-default" href="zbra://sources/add/https://phil-highrez.github.io/repo/">Add to Zebra</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">WiFiCarrier</div>
<div class="panel-body">
Updated WiFiCarrier for IOS 13 with some additions to support/handle WiFi Calling<br />
<a class="btn btn-xs btn-default" href="depictions/?p=com.highrez.wificarrier">More info</a>
</div>
</div>
</div>
</body>
</html>