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