-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
44 lines (43 loc) · 2.82 KB
/
index.php
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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/1.0.0/mdb.min.css" rel="stylesheet" />
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/1.0.0/mdb.min.js"></script>
<title>Pixel's AltStore Repository</title>
</head>
<body style="background-color: #009688">
<div class="container">
<nav class="navbar navbar-dark" style="-webkit-box-shadow: none!important; box-shadow: none!important">
<a class="navbar-brand" href="#">Pixel's AltStore Repo</a>
<ul class="nav navbar-dark nav-flex-icons">
<li class="nav-item">
<a class="nav-link" onclick="window.alert('PixelPerfect#0001');" style="color:white;"><i class="fab fa-discord"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://twitter.com/realpixp" style="color:white;"><i class="fab fa-twitter"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://reddit.com/u/ajbiz11" style="color:white;"><i class="fab fa-reddit"></i></a>
</li>
</ul>
</nav>
</div>
<div class="container-fluid align-items-center justify-content-center h-100">
<div class="row d-flex justify-content-center text-center">
<div class="col-md-10">
<h2 class="display-4 font-weight-bold white-text pt-5 mb-2">AltStore Repo for non-Patrons</h2>
<hr class="hr-light">
<h4 class="white-text my-4">Open source, even.</h4>
<a type="button" role="button" class="btn btn-outline-white" href="https://github.com/PixPMusic/AltRepo" style="color:white;">Github<i class="fa fa-book ml-2"></i></a>
<a type="button" role="button" class="btn btn-outline-white" href="altstore://source?url=https://repo.pixp.cc/repo.json" style="color:white;">Add to AltStore<i class="fa fa-book ml-2"></i></a>
<br /><br />
<p>This is a Proof-of-concept repository with the ability to merge several dynamic sources.</p>
<p>It can act as a bridge between places like Github, or it can process other AltStore repositories, removing duplicates and ensuring the most valid source is used where possible</p>
<p>It is designed to offer the fastest updates from the fastest source available within the backend repository subset.</p>
</div>
</div>
</div>
</body>