diff options
Diffstat (limited to 'demos/menu/index.html')
-rw-r--r-- | demos/menu/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/demos/menu/index.html b/demos/menu/index.html new file mode 100644 index 000000000..cfc12bc1d --- /dev/null +++ b/demos/menu/index.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8" /> + <title>jQuery UI Menu 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> + <li><a href="contextmenu.html">Contextmenu</a></li> + </ul> + </div> +</body> +</html> |