whalesong/examples/drag-and-drop/view.html
2012-06-24 17:51:52 -04:00

17 lines
241 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css"/>
</head>
<body>
<h1>Drag and drop example</h1>
<div id="playground">
This is the playground.
</div>
<input type="button" value="Add"/>
</body>
</html>