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.d5f08679.chunk.js var Staticjs2d5f08679chunkjs []byte //go:embed pages/static/js/2.d5f08679.chunk.js.LICENSE.txt var Staticjs2d5f08679chunkjsLICENSEtxt []byte //go:embed pages/static/js/2.d5f08679.chunk.js.map var Staticjs2d5f08679chunkjsmap []byte //go:embed pages/static/js/main.d1c06468.chunk.js var Staticjsmaind1c06468chunkjs []byte //go:embed pages/static/js/main.d1c06468.chunk.js.map var Staticjsmaind1c06468chunkjsmap []byte //go:embed pages/static/js/runtime-main.33603a80.js var Staticjsruntimemain33603a80js []byte //go:embed pages/static/js/runtime-main.33603a80.js.map var Staticjsruntimemain33603a80jsmap []byte