We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c7dfa commit 22352c6Copy full SHA for 22352c6
reaction-timer.html
@@ -0,0 +1,25 @@
1
+<html>
2
+ <head>
3
+ <title>Reaction Time Game</title>
4
+
5
+ <link rel="stylesheet" type="text/css" href="style.css">
6
+ </head>
7
8
+ <body>
9
10
+ <h1>Test Your Reactions!</h1>
11
+ <h2>Click On The Boxes And Circles As Quickly As You Can! </h2>
12
+ <h3>Your best time and the current time is displayed before</h3>
13
14
+ <p class="bold">Your Time: <span id="timeTaken"></span></p>
15
16
+ <p class="bold">Your Best Time: <span id="best"></span></p>
17
18
+ <div id="shape"></div>
19
20
+ <script type="text/javascript" src="script.js"></script>
21
22
+ </body>
23
24
25
+</html>
0 commit comments