added home button
This commit is contained in:
parent
83e54e7a89
commit
e7696bb819
@ -16,6 +16,9 @@
|
|||||||
</section>
|
</section>
|
||||||
<footer>
|
<footer>
|
||||||
score: <span id="score"></span>
|
score: <span id="score"></span>
|
||||||
|
<div>
|
||||||
|
<a href="/">home</a>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="/jquery.js"></script>
|
<script src="/jquery.js"></script>
|
||||||
<script src="/math.js"></script>
|
<script src="/math.js"></script>
|
||||||
|
@ -16,6 +16,9 @@
|
|||||||
</section>
|
</section>
|
||||||
<footer>
|
<footer>
|
||||||
score: <span id="score"></span>
|
score: <span id="score"></span>
|
||||||
|
<div>
|
||||||
|
<a href="/">home</a>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="/jquery.js"></script>
|
<script src="/jquery.js"></script>
|
||||||
<script src="/math.js"></script>
|
<script src="/math.js"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user