diff options
Diffstat (limited to 'demos/effect/index.html')
-rw-r--r-- | demos/effect/index.html | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/demos/effect/index.html b/demos/effect/index.html index cecceb6cd..65aa3993a 100644 --- a/demos/effect/index.html +++ b/demos/effect/index.html @@ -1,9 +1,9 @@ <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8" /> - <title>jQuery UI Effect Demos</title> - <link type="text/css" href="../demos.css" rel="stylesheet" /> + <meta charset="utf-8"> + <title>jQuery UI Effects Demos</title> + <link rel="stylesheet" href="../demos.css"> </head> <body> @@ -12,11 +12,6 @@ <ul> <li class="demo-config-on"><a href="default.html">Effect showcase</a></li> <li><a href="easing.html">Easing showcase</a></li> - <!-- WIP - <li class="demo-config-on"><a href="scale.html">Scale effect</a></li> - <li class="demo-config-on"><a href="size.html">Size effect</a></li> - <li class="demo-config-on"><a href="transfer.html">Transfer effect</a></li> - --> </ul> </div> |