Skip to content

Instantly share code, notes, and snippets.

@supermacro
Created June 10, 2015 00:22
Show Gist options
  • Save supermacro/bcdb769184c4e990d256 to your computer and use it in GitHub Desktop.
Save supermacro/bcdb769184c4e990d256 to your computer and use it in GitHub Desktop.
Reaction Tester
<!doctype html>
<html>
<head>
<title>Reaction Tester</title>
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="centered">
<h1>Reaction Test!</h1>
<div class="score-board">
<p>Your Time: <span id="time"></span> seconds</p>
<p>Best Reaction: <span id="hs"></span> seconds</p>
</div>
</div>
<div id="box"></div>
<script type="text/javascript" src="react.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment