You've already forked CasaOS
mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-07-12 23:50:14 +02:00
first commit
This commit is contained in:
6
web/static.go
Normal file
6
web/static.go
Normal file
@ -0,0 +1,6 @@
|
||||
package web
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed index.html favicon.ico img js browserconfig.xml site.webmanifest
|
||||
var Static embed.FS
|
Reference in New Issue
Block a user