Files
kopia/internal/server/index.html
2021-12-21 20:19:27 -08:00

12 lines
349 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Kopia UI not supported.</title>
</head>
<body>
<p>Kopia UI not supported, use an <a href="https://github.com/kopia/kopia/releases">official build</a>.</p>
<p>When compiling from source use:</p>
<pre>make html-ui && go install -tags embedhtml</pre>
</body>
</html>