simplified index.html page
[mkws-moved-to-github.git] / experiments / spclient / index2.html
1 <html>
2   <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4     <title>MKWS demo client</title>
5     <link rel="stylesheet" href="mkwsStyle.css" />
6     <script type="text/javascript" src="mkws.2.js"></script>
7   </head>
8   <body>
9     <div id="mkwsSwitch"></div> <!-- These five <div>s are provided by MKWS -->
10     <div id="mkwsLang"></div>
11     <div id="mkwsSearch"></div>
12     <div id="mkwsRecords"></div>
13     <div id="mkwsTargets"></div>
14     <div id="footer">
15       <div id="mkwsStat"></div>
16       <span>Powered by MKWS &copy; 2013 <a href="http://www.indexdata.com">Index Data</a></span> 
17     </div>
18   </body>
19 </html>