mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-26 16:11:08 +00:00
20 lines
615 B
HTML
20 lines
615 B
HTML
|
<html xmlns:n="http://nevow.com/ns/nevow/0.1">
|
||
|
<head>
|
||
|
<title>AllMyData - Tahoe - Provisioning Tool</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>Tahoe 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 networks.</p>
|
||
|
|
||
|
<div n:render="forms" />
|
||
|
|
||
|
</body>
|
||
|
</html>
|