aboutsummaryrefslogtreecommitdiff
path: root/src/app/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/index.html')
-rw-r--r--src/app/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/index.html b/src/app/index.html
index 263a903..b7b260d 100644
--- a/src/app/index.html
+++ b/src/app/index.html
@@ -15,8 +15,8 @@
<div class="line">
<div class="text">Launch:</div>
<div class="buttons">
- <button id="vanilla">Vanilla</button>
- <button id="northstar">Northstar</button>
+ <button id="vanilla" onclick="launchVanilla()">Vanilla</button>
+ <button id="northstar" onclick="launch()">Northstar</button>
</div>
</div>
</div>