whalesong/examples/drag-and-drop/view.html
2012-06-24 18:30:19 -04:00

17 lines
250 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" id="add" value="Add"/>
</body>
</html>