forked from supermamon/Reposi3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·37 lines (36 loc) · 1.97 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=0">
<meta name="description" content="">
<meta name="author" content="Lillie">
<title>Add https://jroemer551.github.io/repo to your package manager</title><br><meta content="https://jroemer551.github.io/repo/CydiaIcon.png" property="og:image"/>
<!-- CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-main.css?version=0.0.0.0.5" rel="stylesheet">
<!-- JS -->
<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>
<script src="js/bootstrap-control.js?version=0.0.0.0.1"></script>
</head>
<body>
<div id="background"></div>
<div class="container">
<br><br>
<p class="repourl">https://jroemer551.github.io/repo</p>
<a draggable="false" href="sileo://source/https://jroemer551.github.io/repo" class="btn btn-primary btn-custom d-flex align-items-center">Add Repo to Sileo</a>
<br>
<a draggable="false" href="cydia://url/https://cydia.saurik.com/api/share#?source=https://jroemer551.github.io/repo" class="btn btn-primary btn-custom d-flex align-items-center">Add Repo to Cydia</a>
<br>
<a draggable="false" href="zbra://sources/add/https://jroemer551.github.io/repo" class="btn btn-primary btn-custom d-flex align-items-center">Add Repo to Zebra</a>
<br>
<a draggable="false" href="installer://add/https://jroemer551.github.io/repo" class="btn btn-primary btn-custom d-flex align-items-center">Add Repo to Installer</a>
<br>
<button draggable="false" onclick="copyUrl()" class="btn btn-primary btn-custom d-flex align-items-center">Copy Shareable Link</a>
</div>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap-main.js?version=0.0.0.0.2"></script>
</body>
</html>