diff options
Diffstat (limited to 'demos/position/index.html')
-rw-r--r-- | demos/position/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/demos/position/index.html b/demos/position/index.html new file mode 100644 index 000000000..1d7ae3255 --- /dev/null +++ b/demos/position/index.html @@ -0,0 +1,18 @@ +<!doctype html> +<html lang="en"> +<head> + <title>jQuery UI Position Demo</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> + <li><a href="cycler.html">Cycling images</a></li> + </ul> +</div> + +</body> +</html> |