-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (38 loc) · 2.65 KB
/
index.html
File metadata and controls
48 lines (38 loc) · 2.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>iOS Cracked Apps Repo</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gray-900 text-white flex flex-col items-center min-h-screen p-6">
<h1 class="text-3xl font-bold mb-4"><a href="https://sudo-self.github.io/iOS-Cracked-Apps/">Cracked Apps Repo</a></h1>
<!-- GitHub badges -->
<div class="flex space-x-4 mb-6">
<a href="https://github.com/sudo-self/iOS-Cracked-Apps" target="_blank">
<img src="https://img.shields.io/github/stars/sudo-self/iOS-Cracked-Apps" alt="GitHub Stars Badge">
</a>
<a href="https://github.com/sudo-self/iOS-Cracked-Apps" target="_blank">
<img src="https://img.shields.io/github/forks/sudo-self/iOS-Cracked-Apps" alt="GitHub Forks Badge">
</a>
</div>
<!-- File list -->
<div id="file-list" class="w-full max-w-2xl bg-gray-800 p-4 rounded-xl space-y-2">
<a href="AirTroller-1.1.1_TS.ipa" class="block bg-gray-700 hover:bg-gray-600 p-3 rounded-lg">AirTroller-1.1.1_TS.ipa</a>
<a href="AppCake7_TS.ipa" class="block bg-gray-700 hover:bg-gray-600 p-3 rounded-lg">AppCake7_TS.ipa</a>
<a href="Cowabunga.ipa" class="block bg-gray-700 hover:bg-gray-600 p-3 rounded-lg">Cowabunga.ipa</a>
<a href="FilzaCracked_4.0.0_TS.ipa" class="block bg-gray-700 hover:bg-gray-600 p-3 rounded-lg">FilzaCracked_4.0.0_TS.ipa</a>
<a href="IPSws.1.0.ipa" class="block bg-gray-700 hover:bg-gray-600 p-3 rounded-lg">IPSws.1.0.ipa</a>
<a href="Keka_1.0.1.ipa" class="block bg-gray-700 hover:bg-gray-600 p-3 rounded-lg">Keka_1.0.1.ipa</a>
<a href="NFCToolsPro_2.24.ipa" class="block bg-gray-700 hover:bg-gray-600 p-3 rounded-lg">NFCToolsPro_2.24.ipa</a>
<a href="SuperMario64_60FPS_1.2.1.ipa" class="block bg-gray-700 hover:bg-gray-600 p-3 rounded-lg">SuperMario64_60FPS_1.2.1.ipa</a>
<a href="TrollInstaller.ipa" class="block bg-gray-700 hover:bg-gray-600 p-3 rounded-lg">TrollInstaller.ipa</a>
<a href="TrollNonce.ipa" class="block bg-gray-700 hover:bg-gray-600 p-3 rounded-lg">TrollNonce.ipa</a>
<a href="WiFiFoFumPro_TS.ipa" class="block bg-gray-700 hover:bg-gray-600 p-3 rounded-lg">WiFiFoFumPro_TS.ipa</a>
<a href="WiFiScanner_TS.ipa" class="block bg-gray-700 hover:bg-gray-600 p-3 rounded-lg">WiFiScanner_TS.ipa</a>
<a href="Zebra_TS.ipa" class="block bg-gray-700 hover:bg-gray-600 p-3 rounded-lg">Zebra_TS.ipa</a>
</div>
<footer class="mt-6 text-sm text-gray-500">sudo-self/iOS-Cracked-Apps</footer>
</body>
</html>