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

7 lines
125 B
Go
Raw Normal View History

2021-09-26 10:35:02 +08:00
package web
import "embed"
//go:embed index.html favicon.ico img js browserconfig.xml site.webmanifest
var Static embed.FS