11 lines
166 B
HTML
11 lines
166 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
|
|
|
|
<input type="button" onclick="clockStart()" value="Start">
|
|
|
|
<input type="button" onclick="clockStop()" value="Stop">
|
|
|
|
</body>
|
|
</html>
|