mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-27 00:21:07 +00:00
19 lines
554 B
HTML
19 lines
554 B
HTML
<html xmlns:n="http://nevow.com/ns/nevow/0.1">
|
|
<head>
|
|
<title>AllMyData - Tahoe - Check Results</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>File Check Results for LIT file</h1>
|
|
|
|
<div>Literal files are always healthy: their data is contained in the URI</div>
|
|
|
|
<div n:render="return" />
|
|
|
|
</body>
|
|
</html>
|