aboutsummaryrefslogtreecommitdiffstats
path: root/tests/static/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/static/index.html')
-rw-r--r--tests/static/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/static/index.html b/tests/static/index.html
index e33645d1b..5baf14368 100644
--- a/tests/static/index.html
+++ b/tests/static/index.html
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
- <title>Static Tests</title>
+ <title>jQuery UI Static Tests</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css" type="text/css" />
<script type="text/javascript" src="../../jquery-1.4.2.js"></script>
<script type="text/javascript">
@@ -12,6 +12,8 @@
</head>
<body>
+
+<h1>jQuery UI Static Tests</h1>
<h2>Interactions</h2>
<ul>
@@ -25,6 +27,8 @@
<h2>Widgets</h2>
<ul>
<li><a href="accordion/default.html">Accordion</a></li>
+ <li><a href="autocomplete/default.html">Autocomplete</a></li>
+ <li><a href="button/default.html">Button</a></li>
<li><a href="datepicker/default.html">Datepicker</a></li>
<li><a href="dialog/default.html">Dialog</a></li>
<li><a href="progressbar/default.html">Progressbar</a></li>