Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.56 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.     <head>
  4.         <title>Test Your Reactions!</title>
  5.       <link rel="stylesheet" type="text/css" href="style.css">
  6.     </head>
  7.     <body onload="myVar = setInterval(myTimer, 100); randomPos();">
  8.         <h1>Test Your Reactions!</h1>
  9.       <p>Click on the boxes and circles as quickly as you can!</p>
  10.       <p id="timeP">Your time: </p>
  11.       <div id="shapes-container">
  12.         <div id="shape" onclick="displayTime();">
  13.  
  14.         </div>
  15.       </div>
  16.       <script type="text/javascript" src="jscode.js">
  17.       </script>
  18.     </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement