Move example clients into their own area
[mkws-moved-to-github.git] / examples / htdocs / index-jquery.html
diff --git a/examples/htdocs/index-jquery.html b/examples/htdocs/index-jquery.html
new file mode 100644 (file)
index 0000000..e2d3e19
--- /dev/null
@@ -0,0 +1,11 @@
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>MKWS demo: jQuery plugin</title>
+    <link rel="stylesheet" href="http://mkws.indexdata.com/mkwsStyle.css" />
+    <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
+  </head>
+  <body>
+    <script type="text/javascript">jQuery.pazpar2()</script>
+  </body>
+</html>