how to make a single page app test

This commit is contained in:
Geir Okkenhaug Jerstad 2024-09-02 12:23:22 +02:00
parent 8bc28f7aee
commit d036ccbb20

View file

@ -13,7 +13,7 @@
<button onclick="stopTimer()">Stopp</button>
<button onclick="resetTimer()">Rundetid</button>
</div>
<div id="time"></div><br>
<div id="time">0</div><br>
<div id="round"></div><br>
</div>
<script>