mirror of
https://git.vectorsigma.ru/public/CasaOS.git
synced 2026-07-29 19:47:50 +00:00
7 lines
125 B
Go
7 lines
125 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
//go:embed index.html favicon.ico img js browserconfig.xml site.webmanifest
|
|
var Static embed.FS
|