mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
16 lines
271 B
HTML
16 lines
271 B
HTML
<!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>
|