Files
TorrServerJellyfin/server/web/pages/template/html.go
2021-08-25 22:35:32 +03:00

78 lines
1.4 KiB
Go

package template
import (
_ "embed"
)
//go:embed pages/android-chrome-192x192.png
var Androidchrome192x192png []byte
//go:embed pages/android-chrome-512x512.png
var Androidchrome512x512png []byte
//go:embed pages/apple-touch-icon.png
var Appletouchiconpng []byte
//go:embed pages/asset-manifest.json
var Assetmanifestjson []byte
//go:embed pages/browserconfig.xml
var Browserconfigxml []byte
//go:embed pages/favicon-16x16.png
var Favicon16x16png []byte
//go:embed pages/favicon-32x32.png
var Favicon32x32png []byte
//go:embed pages/favicon.ico
var Faviconico []byte
//go:embed pages/index.html
var Indexhtml []byte
//go:embed pages/mstile-150x150.png
var Mstile150x150png []byte
//go:embed pages/site.webmanifest
var Sitewebmanifest []byte
//go:embed pages/static/js/2.2014595d.chunk.js
var Staticjs22014595dchunkjs []byte
//go:embed pages/static/js/2.2014595d.chunk.js.LICENSE.txt
var Staticjs22014595dchunkjsLICENSEtxt []byte
//go:embed pages/static/js/2.2014595d.chunk.js.map
var Staticjs22014595dchunkjsmap []byte
//go:embed pages/static/js/main.ff3d4060.chunk.js
var Staticjsmainff3d4060chunkjs []byte
//go:embed pages/static/js/main.ff3d4060.chunk.js.map
var Staticjsmainff3d4060chunkjsmap []byte
//go:embed pages/static/js/runtime-main.8bda5920.js
var Staticjsruntimemain8bda5920js []byte
//go:embed pages/static/js/runtime-main.8bda5920.js.map
var Staticjsruntimemain8bda5920jsmap []byte