<!doctype html> <html> <head> <title>Golang Draggable (Movable) Element</title> </head> <body> <div id="dragMe" style="width: 200px; height: 200px; background: yellow;">Drag Me</div> <script src="demo.js"></script> </body> </html>