web: oops, forgot to add start.html

This commit is contained in:
Brian Warner 2007-08-22 15:08:00 -07:00
parent 4de5767c98
commit 930618fba2
1 changed files with 30 additions and 0 deletions

View File

@ -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>