Get stylesheet and MKWS.js from tools area.
[mkws-moved-to-github.git] / examples / htdocs / index-mike.html
1 <html>
2   <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4     <title>MKWS demo: Mike's playground</title>
5     <link rel="stylesheet" href="../../tools/htdocs/mkwsStyle.css" />
6     <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
7     <script type="text/javascript" src="http://mkws.indexdata.com/libjs-pz2/pz2api.1.js"></script>
8     <script type="text/javascript" src="../../tools/htdocs/mkws.js"></script>
9   </head>
10   <body>
11     <div id="mkwsSwitch"></div>
12     <div id="mkwsLang"></div>
13     <div id="mkwsSearch"></div>
14     <div id="mkwsResults"></div>
15     <div id="mkwsTargets"></div>
16     <div id="mkwsStat"></div>
17     <div id="mkwsMOTD">
18       <p>
19         <b>Welcome to the MasterKey Widget Set demo.</b>
20       </p>
21       <p>
22         Enter a search above to begin, or
23         <a href="http://mkws.indexdata.com/"
24            >Visit the MKWS home page to find out more</a>.
25       </p>
26     </div>
27   </body>
28 </html>
29