<div class="title">
<h1>Test your agility!</h1>
<h3>Push the button at the right time to hit the target number (0-100)</h3>
</div>
<div class="target">
<h3>Target Number: </h3> <h3 id="targetNum"></h3>
</div>
<div class="spin">
<h3>Spining Wheel: </h3> <h3 id="spinning"></h3>
</div>
<button id="buttonPressed">STOP</button>
<button id="tryAgain" style="display:none;">TRY AGAIN</button>
<h4 id="result"></h4>
<script src="index.pack.js"></script>
</body>
</html>
<html>
<head>
<link rel="stylesheet" href="index.css">
</head>
<body>