Files
TorrServerJellyfin/server/web/pages/template/html.go
nikk gitanes dfef9386a7 update web
2021-08-09 01:40:48 +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.16253270.chunk.js
var Staticjs216253270chunkjs []byte
//go:embed pages/static/js/2.16253270.chunk.js.LICENSE.txt
var Staticjs216253270chunkjsLICENSEtxt []byte
//go:embed pages/static/js/2.16253270.chunk.js.map
var Staticjs216253270chunkjsmap []byte
//go:embed pages/static/js/main.0ae58375.chunk.js
var Staticjsmain0ae58375chunkjs []byte
//go:embed pages/static/js/main.0ae58375.chunk.js.map
var Staticjsmain0ae58375chunkjsmap []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