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

Commit e3d49ad

Browse files
authored
Add script and installation elements to index.html
1 parent 93d6fcc commit e3d49ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<title>ProStore Web</title>
55
<link rel="stylesheet" href="styles.css">
6+
<script src="installer.js"></script>
67
</head>
78
<body>
89
<main>
@@ -24,6 +25,9 @@
2425

2526
<div class="panel">
2627
<h1 class="title">ProStore Installer</h1>
28+
<img class="logo-img" src="https://github.com/ProStore-iOS/ProStore/raw/main/icon.png">ProStore</img>
29+
<button class="install-button">Install</button>
30+
<a class="advanced-href" href="advanced_installer.html">Advanced Installer</a>
2731
</div>
2832
</div>
2933
</main>

0 commit comments

Comments
 (0)