We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7167ee1 commit 5b45fe7Copy full SHA for 5b45fe7
index.html
@@ -14,9 +14,14 @@ <h1 class="text-3xl font-bold mb-4">iOS Cracked Apps Repo</h1>
14
</div>
15
16
<div class="bg-gray-800 p-4 rounded-xl w-full max-w-2xl">
17
- <img src="https://github.com/sudo-self/iOS-Cracked-Apps/blob/main/Screenshot%202025-03-15%20at%2004.24.57.png?raw=true" alt="Repo Screenshot" class="rounded-xl">
+ <iframe
18
+ src="https://github.com/sudo-self/iOS-Cracked-Apps/tree/main"
19
+ class="w-full h-96 rounded-xl"
20
+ frameborder="0">
21
+ </iframe>
22
23
24
<footer class="mt-6 text-sm text-gray-500">sudo-self/iOS-Cracked-Apps</footer>
25
</body>
26
</html>
27
+
0 commit comments