Styles for record-detail HTML.
[mkws-moved-to-github.git] / experiments / spclient / jquery.html
index 0864c5c..d38bd8c 100644 (file)
@@ -2,12 +2,10 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>MKWS demo client</title>
-    <link rel="stylesheet" href="mkwsStyle.css" />
-    <script type="text/javascript" src="mkws-complete.js"></script>
+    <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>
+    <script type="text/javascript">jQuery.pazpar2()</script>
   </body>
 </html>