Initial version of prettysimple.html. Alas, CSS is still hard.
[mkws-moved-to-github.git] / examples / htdocs / prettysimple.html
diff --git a/examples/htdocs/prettysimple.html b/examples/htdocs/prettysimple.html
new file mode 100644 (file)
index 0000000..7fa7080
--- /dev/null
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>MKWS demo</title>
+    <script type="text/javascript" src="//mkws.local/mkws-complete.js"></script>
+    <link rel="stylesheet" href="prettysimple.css" />
+  </head>
+  <body>
+    <div class="header">
+      <div class="mkws-lang"></div>
+      <div class="mkws-switch"></div>
+    </div>
+    <div class="main">
+      <div class="mkws-search"></div>
+      <div class="mkws-results"></div>
+    </div>
+  </body>
+</html>