diff options
Diffstat (limited to 'demos/effects_movement/index.html')
-rw-r--r-- | demos/effects_movement/index.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/demos/effects_movement/index.html b/demos/effects_movement/index.html deleted file mode 100644 index 98cdfff5a..000000000 --- a/demos/effects_movement/index.html +++ /dev/null @@ -1,22 +0,0 @@ -<!doctype html> -<html lang="en"> -<head> - <title>jQuery UI Effects - General Demos</title> - <link type="text/css" href="../demos.css" rel="stylesheet" /> -</head> -<body> - -<div class="demos-nav"> - <h4>General Effects</h4> - <ul> - <li class="demo-config-on"><a href="default.html">Bounce</a></li> - <li><a href="scale.html">Scale</a></li> - <li><a href="shake.html">Shake</a></li> - <li><a href="size.html">Size</a></li> - </ul> -</div> - -</body> -</html> - - |