aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/demos/tabs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/development-bundle/demos/tabs/index.html')
-rw-r--r--static/development-bundle/demos/tabs/index.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/static/development-bundle/demos/tabs/index.html b/static/development-bundle/demos/tabs/index.html
deleted file mode 100644
index 903e9f3..0000000
--- a/static/development-bundle/demos/tabs/index.html
+++ /dev/null
@@ -1,21 +0,0 @@
1<!doctype html>
2<html lang="en">
3<head>
4 <title>jQuery UI Tabs Demos</title>
5 <link type="text/css" href="../demos.css" rel="stylesheet" />
6</head>
7<body>
8
9<div class="demos-nav">
10 <h4>Examples</h4>
11 <ul>
12 <li class="demo-config-on"><a href="default.html">Default functionality</a></li>
13 <li><a href="ajax.html">Content via Ajax</a></li>
14 <li><a href="mouseover.html">Open on mouseover</a></li>
15 <li><a href="collapsible.html">Collapse content</a></li>
16 <li><a href="sortable.html">Sortable</a></li>
17 </ul>
18</div>
19
20</body>
21</html>