Files
kopia/internal/server/index.html
Julio López 7bafe51dcc Replace go-bindata with //go:embed (#844)
* Replace htmlui_fallback.go with go:embed
* Replace go-bindata generated UI with go:embed
* Update site Go version to 1.16
* Update BUILD.md to reflect workflow with go:embed
2021-02-23 01:09:40 -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>