diff options
Diffstat (limited to 'demos/effect/index.html')
-rw-r--r-- | demos/effect/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/demos/effect/index.html b/demos/effect/index.html new file mode 100644 index 000000000..fbd0597bc --- /dev/null +++ b/demos/effect/index.html @@ -0,0 +1,17 @@ +<!doctype html> +<html lang="en"> +<head> + <title>jQuery UI Effect Demos</title> + <link type="text/css" href="../demos.css" rel="stylesheet" /> +</head> +<body> + +<div class="demos-nav"> + <h4>Examples</h4> + <ul> + <li class="demo-config-on"><a href="default.html">Default functionality</a></li> + </ul> +</div> + +</body> +</html> |