-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·57 lines (52 loc) · 2.13 KB
/
index.html
File metadata and controls
executable file
·57 lines (52 loc) · 2.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>UInt2048 Repo</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="depictions/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
</head>
<body>
<a rel="me" href="https://defcon.social/@uint2048">Mastodon</a>
<div class="container">
<h1><img width=50 height=50 src="CydiaIcon.png">UInt2048 Repo</h1>
</div>
<div class="container">
<div class="card">
<div class="card-body">
<p>The <span class="text-primary"><b>UInt2048 Repo</span></b> is a iOS repository.</p>
<a class="btn btn-sm btn-primary" href="cydia://url/https://cydia.saurik.com/api/share#?source=https://uint2048.github.io/">Add to Cydia</a>
<a class="btn btn-sm btn-primary" href="installer://add/repo=https://uint2048.github.io/">Add to Installer</a>
<a class="btn btn-sm btn-primary" href="sileo://source/https://uint2048.github.io/">Add to Sileo</a>
<a class="btn btn-sm btn-primary" href="zbra://sources/add/https://uint2048.github.io/">Add to Zebra</a>
</div>
</div>
</div>
<p></p>
<div class="container">
<h3 id="wells" class="page-header">Featured Packages</h3>
</div>
<div class="container">
<div class="card">
<div class="card-header">
CyberKit MobileMiniBrowser
</div>
<div class="card-body">
<p class="card-text">CyberKit MobileMiniBrowser allows you to test the CyberKit backport of newer WebKit in a minimal browser.</p>
<a class="btn btn-xs btn-primary" href="depictions/mobileminibrowser-rootful/?p=14">More info</a>
</div>
</div>
<div class="card">
<div class="card-header">
CyberKit Fennec
</div>
<div class="card-body">
<p class="card-text">CyberKit Fennec allows you to test CyberKit using Firefox for iOS.</p>
<a class="btn btn-xs btn-primary" href="depictions/fennec-rootful/?p=14">More info</a>
</div>
</div>
</div>
</body>
</html>