diff options
author | piernov <piernov@piernov.org> | 2016-04-27 20:53:43 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2016-04-27 20:53:43 +0200 |
commit | 807e528d6a1ae40ab118f711fe2e8c2bb7df915a (patch) | |
tree | 1d4fbde95ff281d5bb628dcc545401146e26ff15 /index.xhtml | |
parent | 2b0a84a41eeb90094d42c3c516bf99837d08a745 (diff) | |
parent | caf62cfe0e439fc13f7c297954c4aeb21112a2ec (diff) | |
download | candybox-807e528d6a1ae40ab118f711fe2e8c2bb7df915a.tar.gz candybox-807e528d6a1ae40ab118f711fe2e8c2bb7df915a.tar.bz2 candybox-807e528d6a1ae40ab118f711fe2e8c2bb7df915a.tar.xz candybox-807e528d6a1ae40ab118f711fe2e8c2bb7df915a.zip |
Merge branch 'feat/savegame' into piernov
Diffstat (limited to 'index.xhtml')
-rw-r--r-- | index.xhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/index.xhtml b/index.xhtml index aa29615..d12585f 100644 --- a/index.xhtml +++ b/index.xhtml @@ -32,6 +32,8 @@ <form class="form-horizontal" method="post" action="craftmine.php"> <button class="btn btn-default" type="button" name="withdraw" onclick="withdrawMine()">Withdraw</button> <button class="btn btn-default" type="button" name="HireMiner" onclick="hireMiner()">Hire one miner</button> + <button class="btn btn-default" type="button" onclick="saveGame()">Save game</button> + <button class="btn btn-default" type="button" onclick="downGame()">Download game</button> </form> </div> </div> |