diff options
Diffstat (limited to 'demos/show/index.html')
-rw-r--r-- | demos/show/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/demos/show/index.html b/demos/show/index.html new file mode 100644 index 000000000..4b9471d66 --- /dev/null +++ b/demos/show/index.html @@ -0,0 +1,17 @@ +<!doctype html> +<html lang="en"> +<head> + <title>jQuery UI Effects 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> |