Skip to content

Commit

Permalink
Merge pull request #1105 from danielvenegaschile/master
Browse files Browse the repository at this point in the history
archivo de prueba
  • Loading branch information
jcortejoso authored Jul 18, 2024
2 parents dc616df + 8bb075a commit 66a4086
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions test_pr_daniel.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<html>
<head>
<SCRIPT>
let startTime = 0.0;
function Start() {
}
function Stop() {
}
</SCRIPT>
</head>
<body>
<p>Click on Start Game - when you see red click Stop".</p>
<button id = "b0" onclick="Start()">Start</button>
<div id = "block1" style.backgroundColor='green'>
<button id = "b1" onclick="Stop()">Stop</button>
</div>
<label id = "label">Your Reaction Time in Millesecs: </label>
<input id = "message"> </input>
</body>
</html>

0 comments on commit 66a4086

Please sign in to comment.