Added all the new documentation files.
[jquery.git] / docs / index.html
diff --git a/docs/index.html b/docs/index.html
new file mode 100644 (file)
index 0000000..1edb678
--- /dev/null
@@ -0,0 +1,18 @@
+<html>
+<head>
+       <title>jQuery Documentation</title>
+       <link rel="stylesheet" href="style.css"/>
+       <script src="../jquery-svn.js"></script>
+       <script src="tooltip.js"></script>
+       <script src="pager.js"></script>
+       <script src="jsont.js"></script>
+       <script src="doc.js"></script>
+       <script src="jquery-docs-jsonp.js"></script>
+</head>
+<body>
+       <h1>jQuery Docs &raquo; API</h1>
+       <ul id="docs">
+               <li>Loading...</li>
+       </ul>
+</body>
+</html>