Files
TorrServerJellyfin/server/web/pages/template/index_html.go
2021-05-17 14:55:57 +03:00

9 lines
90 B
Go

package template
import (
_ "embed"
)
//go:embed pages/index.html
var IndexHtml []byte