Skip to content

Commit b8fecd9

Browse files
authored
Create apps.html for redirection to URLs
1 parent ffe1cc7 commit b8fecd9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

apps.html

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

0 commit comments

Comments
 (0)