aboutsummaryrefslogtreecommitdiffstats
path: root/demos/menu/index.html
blob: 6e1969883216c8f00ed273ca1dbed21298620e54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>jQuery UI Menu Demos</title>
</head>
<body>

<ul>
	<li><a href="default.html">Default functionality</a></li>
	<li><a href="icons.html">Icons</a></li>
</ul>

</body>
</html>