<!doctype html>
<html>
<head>
  <meta charset="utf-8">
  <title>GopherJS Copy to Clipboard</title>
</head>
<body>
  <textarea id="demotextarea">Hello World</textarea>
  <button id="copybutton">Copy Textarea</button>
  <script src="copy.js"></script>
</body>
</html>