<!doctype html>
<html>
<head>
  <meta charset="utf-8">
  <title>GopherJS setTimeout Demo</title>
</head>
<body>

<button id="btn" type="button">Click Me!</button>
<br><br>
<div id="info">Click button to start 3 second timer</div>

<script src="app.js"></script>
</body>
</html>