mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
18 lines
371 B
HTML
18 lines
371 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>jQuery UI Progressbar Demos</title>
|
|
</head>
|
|
<body>
|
|
|
|
<ul>
|
|
<li><a href="default.html">Default functionality</a></li>
|
|
<li><a href="indeterminate.html">Indeterminate</a></li>
|
|
<li><a href="label.html">Custom Labels</a></li>
|
|
<li><a href="download.html">Download Dialog</a></li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|