-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
27 lines (26 loc) · 1.27 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="google" content="notranslate" />
<meta name="description" content="">
<meta name="author" content="SarahH12099">
<link rel="icon" href="favicon.ico">
<link rel="apple-touch-icon" href="favicon.ico">
<title>My Repo</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')</script>
</head>
<body>
<h2>My Repo</h2><br>
<a draggable="false" href="cydia://url/https://cydia.saurik.com/api/share#?source=https://myrepourlhere/">Add Repo To Cydia</a><br>
<a draggable="false" href="sileo://source/https://myrepourlhere/">Add Repo To Sileo</a><br>
<a draggable="false" href="zbra://sources/add/https://myrepourlhere/">Add Repo To Zebra</a><br>
<a draggable="false" href="installer://add/myrepourlhere/">Add Repo To Installer</a>
</body>
</html>