1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-09 23:45:31 +02:00
Files
CasaOS/web/static.go

7 lines
146 B
Go
Raw Normal View History

2022-05-17 16:31:23 +08:00
package web
import "embed"
//go:embed index.html favicon.svg browserconfig.xml site.webmanifest robots.txt img js fonts css
2022-05-17 16:31:23 +08:00
var Static embed.FS