tahoe-lafs/src/allmydata/web/provisioning.xhtml
freestorm77 59a77f82d7 title_rename_xhtml.dpatch.txt
- Renamed xhtml Title from "Allmydata - Tahoe" to "Tahoe-LAFS"
- Renamed Tahoe to Tahoe-LAFS in page content
- Changed Tahoe-LAFS home page link to http://tahoe-lafs.org (added target="blank")
- Deleted commented css script in info.xhtml
2010-05-29 10:25:42 -07:00

19 lines
563 B
HTML

<html xmlns:n="http://nevow.com/ns/nevow/0.1">
<head>
<title>Tahoe-LAFS - Provisioning Tool</title>
<link href="/tahoe_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>Tahoe-LAFS Provisioning Tool</h1>
<p>This page will help you determine how much disk space and network
bandwidth will be required by various sizes and types of Tahoe-LAFS networks.</p>
<div n:render="forms" />
</body>
</html>