tahoe-lafs/src/allmydata/web/literal-check-results.xhtml
2020-06-17 21:18:14 -04:00

18 lines
503 B
HTML

<html xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1">
<head>
<title>Tahoe-LAFS - Check Results</title>
<link href="/tahoe.css" rel="stylesheet" type="text/css"/>
<link href="/icon.png" rel="shortcut icon" />
<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 t:render="return_to" />
</body>
</html>