New, nothing happening yet.
authorMike Taylor <mike@indexdata.com>
Tue, 11 Jun 2013 15:52:18 +0000 (16:52 +0100)
committerMike Taylor <mike@indexdata.com>
Tue, 11 Jun 2013 15:52:18 +0000 (16:52 +0100)
experiments/spclient/spclient.html [new file with mode: 0644]

diff --git a/experiments/spclient/spclient.html b/experiments/spclient/spclient.html
new file mode 100644 (file)
index 0000000..08bb940
--- /dev/null
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html 
+         PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <title>MasterKey Widget Set: SP Client</title>
+    <style type="text/css">
+      .info {
+        background: #ffe0ff;
+        padding: 1em;
+      }
+      .greeting {
+        background: #ffffc0;
+        padding: 1em;
+      }
+    </style>
+  </head>
+  <body>
+    <p class="info">
+      JQuery UI demo.
+    </p>
+    <p class="greeting ui-widget-content">
+      Hello, <b>world!</b>
+    </p>
+    <p class="info">
+      That seemed to go OK.
+    </p>
+  </body>
+</html>