You've already forked CasaOS
mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-07-09 23:45:31 +02:00
* switch branches * update user interface * switch branch * switch branch * change branch * submit 0.3.3
7 lines
152 B
Go
7 lines
152 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
//go:embed index.html favicon.svg browserconfig.xml site.webmanifest robots.txt img js fonts css
|
|
var Static embed.FS
|