This commit is contained in:
Ilya Kantor 2018-10-07 19:05:45 +03:00
parent d40fbffdaa
commit eb2d515b56
2 changed files with 8 additions and 0 deletions

View file

@ -54,5 +54,11 @@
clockStart();
</script>
<!-- click on this button calls clockStart() -->
<input type="button" onclick="clockStart()" value="Start">
<!-- click on this button calls clockStop() -->
<input type="button" onclick="clockStop()" value="Stop">
</body>
</html>