diff options
author | LawnCable <lawncable.tmw2@simonlaux.de> | 2018-06-25 20:53:27 +0200 |
---|---|---|
committer | LawnCable <lawncable.tmw2@simonlaux.de> | 2018-06-25 20:53:27 +0200 |
commit | 7be0e01fe22883e32a7e060a38c1a5aa3a2397b6 (patch) | |
tree | b64565ea1314d04b3c453e8d16095e3553b28a69 /assets | |
parent | 957f18303641220e106d2f98f91ecc3ecab727fb (diff) | |
download | electron-7be0e01fe22883e32a7e060a38c1a5aa3a2397b6.tar.gz electron-7be0e01fe22883e32a7e060a38c1a5aa3a2397b6.tar.bz2 electron-7be0e01fe22883e32a7e060a38c1a5aa3a2397b6.tar.xz electron-7be0e01fe22883e32a7e060a38c1a5aa3a2397b6.zip |
improved un/installer for windows
Included TOS Check
Diffstat (limited to 'assets')
-rw-r--r-- | assets/index.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/assets/index.html b/assets/index.html index e79a51b..52fc8fc 100644 --- a/assets/index.html +++ b/assets/index.html @@ -33,7 +33,17 @@ <progress id="progress" value="0" max="100"></progress> </div> </div> - + <dialog id="TOSDialog"> + <form method="dialog"> + You have to <b>accept</b> the <b>Terms & Rules</b> of this Gameserver to play on it.<br> + If you allready accepted them they probably got <b>updated</b>. + <menu> + <button id="TOSCancel">No</button> + <button id="TOSOpen">Open Terms</button> + <button id="TOSAccept">Accept</button> + </menu> + </form> + </dialog> <script> require('../dist/renderer/index.js'); require('../dist/renderer/CustomEvents.js'); |