<!doctype html> <html> <head> <title>GopherJS DOM example - Event Binding (addEventListener)</title> </head> <body> <div id="foo">Click Me</div> <script src="demo.js"></script> </body> </html>