Skip to content

Commit a48b0e7

Browse files
authored
Update website
1 parent c1c600f commit a48b0e7

File tree

4 files changed

+13
-18
lines changed

4 files changed

+13
-18
lines changed

ProSign/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@
7777
</head>
7878
<body>
7979
<header>
80-
<img src="https://raw.githubusercontent.com/ProStore-iOS/ProStore/refs/heads/main/Sources/prostore/Assets.xcassets/AppIcon.appiconset/Icon-1024.png" alt="ProStore Logo">
80+
<img src="https://raw.githubusercontent.com/ProStore-iOS/ProSign/refs/heads/main/Sources/prostore/Assets.xcassets/AppIcon.appiconset/Icon-1024.png" alt="ProSign Logo">
8181
<h1>ProStore iOS - ProSign</h1>
8282
<p>The <b>best</b> on-device .ipa signer for iOS!</p>
8383
</header>
8484
<main>
8585
<h2>ProSign GitHub</h2>
8686
<div class="buttons">
87-
<a href="https://github.com/ProStore-iOS/ProStore" target="_blank">ProSign on GitHub</a>
87+
<a href="https://github.com/ProStore-iOS/ProSign" target="_blank">ProSign on GitHub</a>
8888
</div><br><br>
8989

9090
<h2>Sideload ProSign onto your device</h2>

apps.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

apps/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0; url=https://raw.githubusercontent.com/ProStore-iOS/ProStore/refs/heads/main/app-repo.json">
6+
<title>Redirecting...</title>
7+
</head>
8+
</html>

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
font-weight: bold;
6262
border: none;
6363
cursor: pointer;
64-
transition: background 0.3s;
64+
transition: background-color 0.3s;
6565
}
6666
.buttons a:hover, .buttons button:hover {
6767
background-color: #084298;
@@ -77,13 +77,13 @@
7777
</head>
7878
<body>
7979
<header>
80-
<img src="https://raw.githubusercontent.com/ProStore-iOS/ProStore/refs/heads/main/Sources/prostore/Assets.xcassets/AppIcon.appiconset/Icon-1024.png" alt="ProStore Logo">
80+
<img src="https://raw.githubusercontent.com/ProStore-iOS/ProSign/refs/heads/main/Sources/prostore/Assets.xcassets/AppIcon.appiconset/Icon-1024.png" alt="ProStore Logo">
8181
<h1>ProStore iOS</h1>
8282
<p>The <b>best</b> alternative app store for iOS!</p>
8383
</header>
8484
<main>
8585
<h2>What is ProStore?</h2>
86-
<p>ProStore is actually an unmade app! For now, we're working on ProSign: The <b>best</b> on-device IPA signer!</p>
86+
<p>ProStore is actually coming soon! For now, we're working on ProSign: The <b>best</b> on-device IPA signer!</p>
8787
<div class="buttons">
8888
<a href="ProSign/">Learn More About ProSign</a>
8989
</div><br><br>

0 commit comments

Comments
 (0)