From 930618fba257ba8dd64dbc01c27de1b069bb3683 Mon Sep 17 00:00:00 2001 From: Brian Warner <warner@allmydata.com> Date: Wed, 22 Aug 2007 15:08:00 -0700 Subject: [PATCH] web: oops, forgot to add start.html --- src/allmydata/web/start.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/allmydata/web/start.html diff --git a/src/allmydata/web/start.html b/src/allmydata/web/start.html new file mode 100644 index 00000000..d3e998f5 --- /dev/null +++ b/src/allmydata/web/start.html @@ -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> -- 2.45.2