Reorder <script> and <link> to better match example in documentation.
authorMike Taylor <mike@indexdata.com>
Thu, 16 Oct 2014 15:53:56 +0000 (16:53 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 16 Oct 2014 15:53:56 +0000 (16:53 +0100)
examples/htdocs/simple.html

index 2f2788c..bc1c9dc 100644 (file)
@@ -2,8 +2,8 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>MKWS demo client</title>
-    <link rel="stylesheet" type="text/css" href="//mkws.indexdata.com/mkws.css" />
     <script type="text/javascript" src="//mkws.indexdata.com/mkws-complete.js"></script>
+    <link rel="stylesheet" href="//mkws.indexdata.com/mkws.css" />
   </head>
   <body>
     <div class="mkwsSwitch"></div>