summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2014-11-27 17:03:15 +0900
committerSean Whitton <spwhitton@spwhitton.name>2014-11-27 17:04:42 +0900
commite5a37cb18f62c8f5b471a22e302b5c00347d2370 (patch)
treed14b905220ab035e7392f91e55f68f7f539b14c5 /index.html
parent3d8d98014b99e96814911f1bce132e56fd80d458 (diff)
downloadschoolclock-e5a37cb18f62c8f5b471a22e302b5c00347d2370.tar.gz
button to reset all times
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html
index 157e2ee..b31a6c1 100644
--- a/index.html
+++ b/index.html
@@ -98,6 +98,12 @@
</div>
+ <div class="row">
+ <div class="col-md-2">
+ <br>
+ <p><a id="reset-clocks" class="btn btn-default">Reset all times</a></p>
+ </div>
+ </div>
</div> <!-- /container -->
<script src="js/vendor/jquery-1.11.1.min.js"></script>