diff options
Diffstat (limited to '97suifangqa/staticfiles/plugins/jquery-ui/demos/effect/index.html')
-rw-r--r-- | 97suifangqa/staticfiles/plugins/jquery-ui/demos/effect/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/97suifangqa/staticfiles/plugins/jquery-ui/demos/effect/index.html b/97suifangqa/staticfiles/plugins/jquery-ui/demos/effect/index.html new file mode 100644 index 0000000..5da6bc6 --- /dev/null +++ b/97suifangqa/staticfiles/plugins/jquery-ui/demos/effect/index.html @@ -0,0 +1,15 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <title>jQuery UI Effects Demos</title> +</head> +<body> + +<ul> + <li><a href="default.html">Effect showcase</a></li> + <li><a href="easing.html">Easing showcase</a></li> +</ul> + +</body> +</html> |