aboutsummaryrefslogtreecommitdiffstats
path: root/demos/sortable/index.html
blob: 27f6c16e856a258d7a116c7ee8d1c96ef44c09a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html lang="en">
<head>
	<title>jQuery UI Sortable Demos</title>
	<link type="text/css" href="../demos.css" rel="stylesheet" />
</head>
<body>

<dl class="demos-nav">
	<dt>Sortable</dt>
		<dd><a href="default.html">Default</a></dd>
</dl>

</body>
</html>