aboutsummaryrefslogtreecommitdiffstats
path: root/demos/effects_showhide/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/effects_showhide/index.html')
-rw-r--r--demos/effects_showhide/index.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/demos/effects_showhide/index.html b/demos/effects_showhide/index.html
deleted file mode 100644
index e8a30d483..000000000
--- a/demos/effects_showhide/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
- <title>jQuery UI Effects - Show/Hide Demos</title>
- <link type="text/css" href="../demos.css" rel="stylesheet" />
-</head>
-<body>
-
-<div class="demos-nav">
- <h4>Effect examples</h4>
- <ul>
- <li class="demo-config-on"><a href="default.html">Blind</a></li>
- <li><a href="clip.html">Clip</a></li>
- <li><a href="drop.html">Drop</a></li>
- <li><a href="explode.html">Explode</a></li>
- <li><a href="fold.html">Fold</a></li>
- <li><a href="puff.html">Puff</a></li>
- <li><a href="scale.html">Scale</a></li>
- <li><a href="slide.html">Slide</a></li>
- </ul>
-</div>
-
-</body>
-</html>