diff options
Diffstat (limited to 'src/main/webapp/jquery-ui-1.9pre/demos/progressbar/index.html')
-rw-r--r-- | src/main/webapp/jquery-ui-1.9pre/demos/progressbar/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/main/webapp/jquery-ui-1.9pre/demos/progressbar/index.html b/src/main/webapp/jquery-ui-1.9pre/demos/progressbar/index.html new file mode 100644 index 0000000..9836f59 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/demos/progressbar/index.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <title>jQuery UI Progressbar Demos</title> + <link rel="stylesheet" href="../demos.css"> +</head> +<body> + +<div class="demos-nav"> + <h4>Examples</h4> + <ul> + <li class="demo-config-on"><a href="default.html">Default functionality</a></li> + <li><a href="animated.html">Animated</a></li> + <li><a href="resize.html">Resizable progressbar</a></li> + </ul> +</div> + +</body> +</html> |