]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
web: oops, forgot to add start.html
authorBrian Warner <warner@allmydata.com>
Wed, 22 Aug 2007 22:08:00 +0000 (15:08 -0700)
committerBrian Warner <warner@allmydata.com>
Wed, 22 Aug 2007 22:08:00 +0000 (15:08 -0700)
src/allmydata/web/start.html [new file with mode: 0644]

diff --git a/src/allmydata/web/start.html b/src/allmydata/web/start.html
new file mode 100644 (file)
index 0000000..d3e998f
--- /dev/null
@@ -0,0 +1,30 @@
+<html>
+  <head>
+    <title>AllMyData - Tahoe</title>
+    <!-- <link href="http://www.allmydata.com/common/css/styles.css"
+          rel="stylesheet" type="text/css"/> -->
+    <link href="/webform_css" rel="stylesheet" type="text/css"/>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  </head>
+  <body>
+
+<h1>Welcome To Your AllMyData "Tahoe" Node!</h1>
+
+<div>To view the global shared filestore,
+  <a href="%(base_url)s/vdrive/global">Click Here!</a>
+</div>
+
+<div>To view your personal private non-shared filestore,
+  <a href="%(base_url)s/uri/%(private_uri)s">Click Here!</a>
+</div>
+
+<div>To view this node's status page,
+  <a href="%(base_url)s/">click here</a>.
+</div>
+
+
+<div>Please visit the <a href="http://allmydata.org">Tahoe home page</a> for
+code updates and bug reporting.</div>
+
+  </body>
+</html>