blob: 59e1f0be92783a906e4db457d5d31f96e24a3ca5 (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>FivePixels' Repository</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=2">
<link rel="icon" href="/CydiaIcon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/index.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
</head>
<body>
<div class="container">
<div class="page-header">
<img src="/CydiaIcon.png" alt="Repo Icon" height="40" width="40" class="repo-icon">
<h1> FivePixels' Repository</h1>
</div>
<div class="row">
<div class="col-md-8">
<div class="panel panel-default">
<div class="panel-body">
This repo hosts a number of packages. You can add it to Cydia using the share <a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://fivepixels.xyz">link</a>!
</div>
</div>
</div>
</div>
</div>
</body>
</html>
|