jquery-ui/demos/accordion/index.html

18 lines
384 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Accordion Demos</title>
2008-12-23 13:02:51 +00:00
<link type="text/css" href="../demos.css" rel="stylesheet" />
</head>
<body>
2008-12-23 13:02:51 +00:00
<dl class="nav">
<dt>Accordion</dt>
<dd><a href="default.html">Default</a></dd>
<dd><a href="mouseover.html">Mouseover</a></dd>
<dd><a href="fillspace.html">FillSpace</a></dd>
</dl>
</body>
</html>