Change ALL id="mkws*" to class="mkws*", as use of IDs is deprecated
[mkws-moved-to-github.git] / examples / htdocs / mobile.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) 1999-2013 IndexData ApS, http://indexdata.com" />
7     <title>MKWS demo: mobile-screen resizing</title>
8     <link rel="stylesheet" type="text/css" href="//mkws.indexdata.com/mkws.css" />
9     <script type="text/javascript">
10       var mkws_config = { responsive_design_width: 990 };
11     </script>
12     <script src="//mkws.indexdata.com/mkws-complete.js"></script>
13   </head>
14   <body>
15     <div class="mkwsLang"></div>
16     <div class="mkwsSearch"></div>
17     <div class="mkwsResults"></div>
18     <div class="mkwsTargets"></div>
19     <div class="mkwsStat"></div>
20   </body>
21 </html>