File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,25 @@ <h2 id="patchModalTitle">Patch builds</h2>
6565 < button class ="modal-filter-btn " data-filter ="variant " type ="button "> Variant</ button >
6666 </ div >
6767 </ div >
68- < button type ="button " class ="modal-close " aria-label ="Close popup "> ×</ button >
68+ < div class ="modal-header-right ">
69+ < button type ="button " class ="modal-obtainium-btn " id ="obtainiumBtn " aria-label ="Install with Obtainium "> Install with Obtainium</ button >
70+ < button type ="button " class ="modal-close " aria-label ="Close popup "> ×</ button >
71+ </ div >
6972 </ div >
7073 < div id ="patchModalBody " class ="modal-body "> </ div >
7174 </ div >
7275 </ div >
7376
74- < script src ="script.js "> </ script >
77+ < div id ="obtainiumModal " class ="modal-overlay " aria-hidden ="true ">
78+ < div class ="modal-card " role ="dialog " aria-modal ="true " aria-labelledby ="obtainiumTitle ">
79+ < div class ="modal-header ">
80+ < h2 id ="obtainiumTitle "> Install with Obtainium</ h2 >
81+ < button type ="button " class ="modal-close " aria-label ="Close popup "> ×</ button >
82+ </ div >
83+ < div id ="obtainiumBody " class ="modal-body "> </ div >
84+ </ div >
85+ </ div >
86+
87+ < script src ="script.js "> </ script >
7588</ body >
7689</ html >
You can’t perform that action at this time.
0 commit comments