added home button

This commit is contained in:
Stephen McQuay 2015-01-13 07:38:07 -08:00
parent 83e54e7a89
commit e7696bb819
2 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,9 @@
</section>
<footer>
score: <span id="score"></span>
<div>
<a href="/">home</a>
</div>
</footer>
<script src="/jquery.js"></script>
<script src="/math.js"></script>

View File

@ -16,6 +16,9 @@
</section>
<footer>
score: <span id="score"></span>
<div>
<a href="/">home</a>
</div>
</footer>
<script src="/jquery.js"></script>
<script src="/math.js"></script>