diff options
author | piernov <piernov@piernov.org> | 2016-05-10 22:21:31 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2016-05-10 22:21:31 +0200 |
commit | 58b1893e6c820ce8810c33f09bfcc16c3e59f4eb (patch) | |
tree | 8e893d4981f3d869cbe79b985570d66cf3c42175 /index.xhtml | |
parent | 204e838a7794bbce0d44fc35efb367abb052d02f (diff) | |
download | candybox-58b1893e6c820ce8810c33f09bfcc16c3e59f4eb.tar.gz candybox-58b1893e6c820ce8810c33f09bfcc16c3e59f4eb.tar.bz2 candybox-58b1893e6c820ce8810c33f09bfcc16c3e59f4eb.tar.xz candybox-58b1893e6c820ce8810c33f09bfcc16c3e59f4eb.zip |
Various fixes
Diffstat (limited to 'index.xhtml')
-rw-r--r-- | index.xhtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/index.xhtml b/index.xhtml index eba0f43..8ee8c52 100644 --- a/index.xhtml +++ b/index.xhtml @@ -44,9 +44,9 @@ </ul> <ul class="list-group"> - <li class="list-group-item">Mine<span id="mine" class="label label-success">14</span></li> - <li class="list-group-item">Gold<span id="gold" class="label label-success">14</span></li> - <li class="list-group-item">Miners<span id="miners" class="label label-success">14</span></li> + <li class="list-group-item">Mine<span id="mine" class="label label-success">0</span></li> + <li class="list-group-item">Gold<span id="gold" class="label label-success">0</span></li> + <li class="list-group-item">Miners<span id="miners" class="label label-success">0</span></li> </ul> <div class="list-group"> |