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

<div class="demos-nav">
	<h4>Progressbar</h4>
	<ul>	
		<li class="demo-config-on"><a href="default.html">Default</a></li>
		<li><a href="resize.html">Resizable</a></li>
	</ul>
</div>

</body>
</html>