mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
9 lines
90 B
Go
9 lines
90 B
Go
package template
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed pages/index.html
|
|
var IndexHtml []byte
|