aboutsummaryrefslogtreecommitdiffstats
path: root/demos/animate/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/animate/index.html')
-rw-r--r--demos/animate/index.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/demos/animate/index.html b/demos/animate/index.html
index f5bd6a0e4..3620fd7c5 100644
--- a/demos/animate/index.html
+++ b/demos/animate/index.html
@@ -1,18 +1,14 @@
-<!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">Default functionality</a></li>
- </ul>
-</div>
+<ul>
+ <li><a href="default.html">Default functionality</a></li>
+</ul>
</body>
</html>