Add placeholders for support module's documentation and website.

llvm-svn: 40842
diff --git a/support/docs/index.html b/support/docs/index.html
new file mode 100644
index 0000000..71d6d1c
--- /dev/null
+++ b/support/docs/index.html
@@ -0,0 +1,6 @@
+<html>
+  <body>
+    <h1>LLVM SUPPORT DOCUMENTATION</h1>
+    <p>This is just a placeholder</p>
+  </body>
+</html>
diff --git a/support/website/index.html b/support/website/index.html
new file mode 100644
index 0000000..843f7d3
--- /dev/null
+++ b/support/website/index.html
@@ -0,0 +1,6 @@
+<html>
+  <body>
+    <h1>LLVM SUPPORT WEB SITE</h1>
+    <p>This is just a placeholder</p>
+  </body>
+</html>