17 lines
250 B
HTML
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>
|