diff options
author | 0neGal <mail@0negal.com> | 2021-12-27 03:04:03 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2021-12-27 03:06:02 +0100 |
commit | 8dcc759cf4a5af32c25dc7ad26ffb2c6c258a7ef (patch) | |
tree | 4b8aab612886bf41cfb749f887ef192feebde944 /src/app/index.html | |
parent | fa94f92e15b5e1e7fe2bcdeb4d74b153cc47c133 (diff) | |
download | Viper-8dcc759cf4a5af32c25dc7ad26ffb2c6c258a7ef.tar.gz Viper-8dcc759cf4a5af32c25dc7ad26ffb2c6c258a7ef.zip |
made the app prettier on windows
I removed the titlebar, which I already had gone on my Linux system,
besides that I also made it so the body of Viper can be held down to
drag it around. And then added an exit button.
Diffstat (limited to 'src/app/index.html')
-rw-r--r-- | src/app/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/index.html b/src/app/index.html index b7b260d..67d2e5c 100644 --- a/src/app/index.html +++ b/src/app/index.html @@ -8,6 +8,7 @@ <div class="line"> <div class="text">Welcome to Viper!</div> <div class="buttons"> + <button id="exit" onclick="exit()">Exit</button> <button id="update" onclick="update()">Update</button> <button id="setpath" onclick="setpath()">Game Path</button> </div> |