add copyright notice in HTML header
[mkws-moved-to-github.git] / experiments / spclient / index.html
1 <?xml version="1.0"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6     <meta name="copyright" content="(c) 2013 IndexData ApS, http://indexdata.com">
7     <title>MKWS demo client</title>
8     <!-- Next four lines required by MKWS -->
9     <link rel="stylesheet" href="mkwsStyle.css" />
10     <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
11     <script type="text/javascript" src="/libjs-pz2/pz2api.1.js"></script>
12     <script type="text/javascript" src="mkws.js"></script>
13   </head>
14   <body>
15     <!-- These five <div>s are provided by MKWS -->
16     <div id="mkwsSwitch"></div>
17     <div id="mkwsSearch"></div>
18     <div id="mkwsRecords"></div>
19     <div id="mkwsTargets"></div>
20     <div id="mkwsStat"></div>
21   </body>
22 </html>