diff options
Diffstat (limited to 'src/app/index.html')
-rw-r--r-- | src/app/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/app/index.html b/src/app/index.html index dc65d67..edf7fbe 100644 --- a/src/app/index.html +++ b/src/app/index.html @@ -20,6 +20,16 @@ <button id="northstar" onclick="launch()">%%gui.launchnorthstar%%</button> </div> </div> + <div id="modsdiv"> + </div> + <div class="line"> + <div class="text" id="modcount">%%gui.mods%%</div> + <div class="buttons"> + <button id="removemod">%%gui.mods.removemod%%</button> + <button id="removeall">%%gui.mods.removeall%%</button> + <button id="installmod">%%gui.mods.install%%</button> + </div> + </div> </div> <script src="lang.js"></script> |