aboutsummaryrefslogtreecommitdiffstats
path: root/demos/effect/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/effect/index.html')
-rw-r--r--demos/effect/index.html14
1 files changed, 5 insertions, 9 deletions
diff --git a/demos/effect/index.html b/demos/effect/index.html
index 65aa3993a..5da6bc612 100644
--- a/demos/effect/index.html
+++ b/demos/effect/index.html
@@ -1,19 +1,15 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Effects Demos</title>
- <link rel="stylesheet" href="../demos.css">
</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>
- </ul>
-</div>
+<ul>
+ <li><a href="default.html">Effect showcase</a></li>
+ <li><a href="easing.html">Easing showcase</a></li>
+</ul>
</body>
</html>