You should add a 'type' attribute with a value of 'text/css' to the 'link' element...
[mkws-moved-to-github.git] / examples / htdocs / index.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" type="text/css" href="http://mkws.indexdata.com/mkwsStyle.css" />
6     <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
7   </head>
8   <body>
9     <div id="mkwsSwitch"></div>
10     <div id="mkwsLang"></div>
11     <div id="mkwsSearch"></div>
12     <div id="mkwsResults"></div>
13     <div id="mkwsTargets"></div>
14     <div id="mkwsStat"></div>
15   </body>
16 </html>