forked from boswe23/FantasticStore.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (60 loc) · 2.03 KB
/
index.html
File metadata and controls
69 lines (60 loc) · 2.03 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
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<title>FantasticStore</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>
<div class="container">
<h1><img src="CydiaIcon.png"> FantasticStore Official Repo</h1>
</div>
<div class="container">
<div class="card">
<div class="card-body">
<div class="card" style="width: 25rem;">
<div class=card-body>
<p class="card-text">The Official Cydia Repo Of FantasticStore. Click "Add Repo" On Your Mobile Device To Add It To Cydia! Provides ++Apps, ++Tweaks, ++Themes, and many more!</p>
<a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://boswe23.github.io/FantasticStore.github.io/" class="btn btn-success">Add Repo</a>
</div>
</div>
</div>
</div>
</div>
</div>
<p></p>
<div class="container">
<h3 id="wells" class="page-header">Featured Packages</h3>
</div>
</div>
<div class="card">
<div class="card-header">
MovieBoxPro
</div>
<div class="card-body">
<p class="card-text">Use MovieBoxPro Official Site Or Use My Cydia Repo!</p>
<input type=button onClick="
parent.location='https://movieboxpro.app/index'" value='Click here to get latest version of MovieBoxPro'>
</div>
</div>
</div>
</body>
</html>
</form>
</div>
<div class="card">
<div class="card-header">
PostBox
</div>
<div class="card-body">
<p class="card-text">Postbox is a awesome alternative to RepoFinder! Postbox is a good app to find jailbreak news and find new latest cydia or sileo repos!</p>
<input type=button onClick="
parent.location='https://getpostbox.now.sh/'" value='Click here to get latest version of PostBox'>
</div>
</div>
</div>
</body>
</html>