aboutsummaryrefslogtreecommitdiffstats
path: root/include/jquery_ui/development-bundle/demos/button/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'include/jquery_ui/development-bundle/demos/button/index.html')
-rw-r--r--include/jquery_ui/development-bundle/demos/button/index.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/jquery_ui/development-bundle/demos/button/index.html b/include/jquery_ui/development-bundle/demos/button/index.html
deleted file mode 100644
index 23977c820..000000000
--- a/include/jquery_ui/development-bundle/demos/button/index.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="utf-8">
- <title>jQuery UI Button 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="radio.html">Radios</a></li>
- <li><a href="checkbox.html">Checkboxes</a></li>
- <li><a href="icons.html">Icons</a></li>
- <li><a href="toolbar.html">Toolbar</a></li>
- <li><a href="splitbutton.html">Split Button</a></li>
- </ul>
-</div>
-
-</body>
-</html>