You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2014/03/28 19:27:36 UTC

svn commit: r1582855 - /allura/site/trunk/index.html

Author: brondsem
Date: Fri Mar 28 18:27:35 2014
New Revision: 1582855

URL: http://svn.apache.org/r1582855
Log:
stub out single static page for allura

Added:
    allura/site/trunk/index.html

Added: allura/site/trunk/index.html
URL: http://svn.apache.org/viewvc/allura/site/trunk/index.html?rev=1582855&view=auto
==============================================================================
--- allura/site/trunk/index.html (added)
+++ allura/site/trunk/index.html Fri Mar 28 18:27:35 2014
@@ -0,0 +1,10 @@
+<html>
+    <head>
+        <title>Apache Alluraª</title>
+    </head>
+    <body>
+        <p>
+            Website coming soon.
+        </p>
+    </body>
+</html>
\ No newline at end of file