aboutsummaryrefslogtreecommitdiff
path: root/src/app/index.html
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2021-12-25 22:24:08 +0100
committer0neGal <mail@0negal.com>2021-12-25 22:24:08 +0100
commit37679dc22b90eaf2a0f7153d9133f8aedf66d35c (patch)
tree7be14b05fcda44e3e23e5b14b73856a3b6cbcd70 /src/app/index.html
parent59bd6890cc825592f6070b24681f8314624cc21f (diff)
downloadViper-37679dc22b90eaf2a0f7153d9133f8aedf66d35c.tar.gz
Viper-37679dc22b90eaf2a0f7153d9133f8aedf66d35c.zip
basic updater/installer is now working
Diffstat (limited to 'src/app/index.html')
-rw-r--r--src/app/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/index.html b/src/app/index.html
index c2bb777..97a14ab 100644
--- a/src/app/index.html
+++ b/src/app/index.html
@@ -8,7 +8,7 @@
<div class="line">
<div class="text">Welcome to Viper!</div>
<div class="buttons">
- <button id="update">Update</button>
+ <button id="update" onclick="update()">Update</button>
<button id="setpath">Game Path</button>
</div>
</div>