Remove demos that have moved to the demos repo.
[mkws-moved-to-github.git] / examples / htdocs / table.html
diff --git a/examples/htdocs/table.html b/examples/htdocs/table.html
deleted file mode 100644 (file)
index 2f1c31c..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head>
-    <style type="text/css">
-      body  { background: white }
-      table { background: pink;   margin: 20px;  border: 5px solid red; padding: 10px; }
-      tr    { background: green;  margin: 200px; border: 5px solid red; padding: 100px; }
-      td    { background: yellow; margin: 200px; border: 5px solid red; padding: 10px; }
-      p     { background: cyan;   margin: 20px;  border: 5px solid red; padding: 10px; }
-    </style>
-  </head>
-  <body>
-    <table>
-      <tr>
-       <td><div>Top left</div></td>
-       <td><div>Top right</div></td>
-      </tr>
-      <tr>
-       <td><div>Bottom left</div></td>
-       <td><div>Bottom right</div></td>
-      </tr>
-    </table>
-    <p>This is a paragraph</p>
-  </body>
-</html>