Add some structure to demo page.
authorMike Taylor <mike@indexdata.com>
Wed, 4 Dec 2013 13:08:26 +0000 (13:08 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 4 Dec 2013 13:08:26 +0000 (13:08 +0000)
examples/htdocs/mike.html

index 8aceee8..e73dc7d 100644 (file)
     <script type="text/javascript" src="http://x.mkws.indexdata.com/mkws.js"></script>
   </head>
   <body>
-    <div id="mkwsRecords" autosearch="true" query="dinosaur" sort="date-r"><i>News items will appear here</i></div>
+    <h1>A site about stuff</h1>
+    <table border="1" width="100%">
+      <tr>
+       <td>
+         <h2>Welcome</h2>
+         Main site content goes here.
+       </td>
+       <td>
+         <h2>News</h2>
+         <div id="mkwsRecords" autosearch="true" query="dinosaur" sort="date-r"><i>News items will appear here</i></div>
+       </td>
+      </tr>
+    </table>
   </body>
 </html>