File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < title > ProStore Web</ title >
5+ < link rel ="stylesheet " href ="styles.css ">
6+ < script src ="installer.js "> </ script >
7+ </ head >
8+ < body >
9+ < main >
10+ < div class ="panel ">
11+ < img class ="logo-img " src ="https://github.com/ProStore-iOS/ProStore/raw/main/icon.png "> < br >
12+
13+ <!-- Download button (visible initially) -->
14+ < button class ="download-button " onclick ="startDownload(); "> Download</ button >
15+
16+ <!-- Install button (hidden until download completes) -->
17+ < button class ="install-button " onclick ="performInstall(); " style ="display:none; "> Update</ button > < br >
18+
19+ < a class ="advanced-href " href ="advanced_installer.html "> Advanced Installer</ a >
20+ </ div >
21+ </ main >
22+ < script >
23+ pulse ( 'reset' ) ;
24+ loadingImg ( 0 ) ;
25+ </ script >
26+ </ body >
27+ </ html >
You can’t perform that action at this time.
0 commit comments