You should add a 'type' attribute with a value of 'text/css' to the 'link' element...
[mkws-moved-to-github.git] / examples / htdocs / index-mike.html
index 56ecdac..aac01ea 100644 (file)
@@ -2,7 +2,7 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>MKWS demo: Mike's playground</title>
-    <link rel="stylesheet" href="../../tools/htdocs/mkwsStyle.css" />
+    <link rel="stylesheet" type="text/css" href="../../tools/htdocs/mkwsStyle.css" />
     <script type="text/javascript">
       var mkws_config = {
        responsive_design: true,
@@ -20,6 +20,5 @@
     <div id="mkwsResults"></div>
     <div id="mkwsTargets"></div>
     <div id="mkwsStat"></div>
-    <div id="mkwsShiftedTermlists"></div>
   </body>
 </html>