web/static/css/jq-css/demos/effect/index.html
changeset 57 b7b1e3835208
parent 56 45fce2cb4a2a
child 58 a9a9800d07e7
--- a/web/static/css/jq-css/demos/effect/index.html	Wed Sep 15 10:40:27 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-<!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" />
-</head>
-<body>
-
-<div class="demos-nav">
-	<h4>Examples</h4>
-	<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>
-
-</body>
-</html>