Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 311c086

Browse files
authored
Create index.html for Github Pages
1 parent e844dd0 commit 311c086

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/build-unsigned-ipa.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'README.md'
99
- 'app-repo.json'
1010
- 'gallery/**'
11+
- 'website/**'
1112

1213
permissions:
1314
contents: write

website/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>ProStore iOS</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
</head>
8+
<body>
9+
<h1>ProStore iOS</h1>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)