Add a test page for the motd problem FRES-4
authorHeikki Levanto <heikki@indexdata.dk>
Fri, 28 Feb 2014 11:33:38 +0000 (12:33 +0100)
committerHeikki Levanto <heikki@indexdata.dk>
Fri, 28 Feb 2014 11:33:38 +0000 (12:33 +0100)
examples/htdocs/heikki-motd.html [new file with mode: 0644]

diff --git a/examples/htdocs/heikki-motd.html b/examples/htdocs/heikki-motd.html
new file mode 100644 (file)
index 0000000..68b4b5c
--- /dev/null
@@ -0,0 +1,14 @@
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>Heikkis MOTD test</title>
+    <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
+    <link rel="stylesheet" href="http://mkws.indexdata.com/mkws.css" />
+  </head>
+  <body>
+    <h1>Heikkis test for the MOTD</h1>
+    <div id="mkwsMOTD">This is the MOTD div </div>
+    <div id="mkwsSearch"></div>
+    <div id="mkwsResults"></div>
+  </body>
+</html>
\ No newline at end of file